From 6038a79ace2e57ad764bb683ae43bd602a601957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 14:20:18 -0700 Subject: [PATCH] capture args in shell script --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index e49372a..958cfde 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,5 +3,7 @@ # Exit if any subcommand fails set -eu +echo "hello $1" + # execute codecov global bash <(curl -s https://codecov.io/bash) \ No newline at end of file