diff --git a/entrypoint.sh b/entrypoint.sh index 9a9aac0..d06d3b9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,6 @@ set -eu -echo $1 +#echo $1 -#bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file +bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file