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