From 7cb6a4679da6dc5c6aab0dde6396d42b3781b5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 18:17:06 -0700 Subject: [PATCH] exit with failing status --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index aac719b..5cb8ea0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ set -eu if [ $# -eq 0 ] then echo "No arguments supplied. Please make sure to provide an upload token" - exit + exit 1 fi bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file