From bd7b71696aefa83e05540b2c13087c7e6d1e3965 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 28 Sep 2019 12:43:06 +0800 Subject: [PATCH] debug Signed-off-by: Bo-Yi Wu --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4c53dfc..cc098e2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,5 +5,5 @@ set -eu export GITHUB="true" [ -n "$INPUT_STRIP_COMPONENTS" ] && export INPUT_STRIP_COMPONENTS=$((INPUT_STRIP_COMPONENTS + 0)) - +echo $INPUT_STRIP_COMPONENTS sh -c "/bin/drone-scp $*"