From 2fc8549869e32826b7d263482e99f40e98410637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 15:05:12 -0700 Subject: [PATCH] change to second arg --- entrypoint.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 958cfde..abdac53 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,9 +1,7 @@ #!/bin/bash -# Exit if any subcommand fails set -eu -echo "hello $1" +echo "hello $2" -# execute codecov global -bash <(curl -s https://codecov.io/bash) \ No newline at end of file +bash <(curl -s https://codecov.io/bash) \ No newline at end of file