From 39a99a4e8478c6db6631db2a3a254e877ce341e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Thu, 8 Aug 2019 08:19:32 -0700 Subject: [PATCH] test ci env var --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) 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"