From f7d6a49e27cc98823c4d8647c1ed2bf603c09ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 16:44:27 -0700 Subject: [PATCH] test with token arg --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9a9aac0..d06d3b9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,6 @@ set -eu -echo $1 +#echo $1 -#bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file +bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file