From e506e72e83d80d1b4d3fa74c8a4b8a00f5357a40 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 28 Sep 2019 12:45:17 +0800 Subject: [PATCH] remove debug message 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 cc098e2..4c53dfc 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 $*"