From 5c880506b59b3ea0a8465ea5874da4672b79212b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Thu, 8 Aug 2019 09:22:55 -0700 Subject: [PATCH] env vars --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 249b2df..3570022 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,8 @@ set -eu +env + if [ $# -eq 0 ] then echo "Please provide an upload token from codecov.io"