From 03b2817fb677e1f23340d60237dc2e5cab577b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 11:15:48 -0700 Subject: [PATCH] input at top --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 95af336..aaa2f54 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ set -eu +echo $INPUT_FILE if [ "x$1" == "x" ] || [ "x$2" == "x" ]; then @@ -13,7 +14,7 @@ if [ -z "$1" ] || [ -z "$2" ]; then echo 'Need 2 parameter are not empty' fi -echo $INPUT_FILE + echo $1 echo $2