diff --git a/entrypoint.sh b/entrypoint.sh index 958cfde..abdac53 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,9 +1,7 @@ #!/bin/bash -# Exit if any subcommand fails set -eu -echo "hello $1" +echo "hello $2" -# execute codecov global -bash <(curl -s https://codecov.io/bash) \ No newline at end of file +bash <(curl -s https://codecov.io/bash) \ No newline at end of file