diff --git a/entrypoint.sh b/entrypoint.sh index 249b2df..5c9ff6c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,8 @@ set -eu +ci_env="git/hg" + if [ $# -eq 0 ] then echo "Please provide an upload token from codecov.io"