We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1c7b3 commit e929a93Copy full SHA for e929a93
entrypoint.sh
@@ -8,8 +8,7 @@ if [ -z "$INPUT_ENDPOINTID" ]; then
8
fi
9
10
compose=$(echo "$INPUT_DOCKER_COMPOSE" | sed 's#\"#\\"#g' | sed ":a;N;s/\\n/\\\\n/g;ta") # replace charactor "->\" \n -> \\n
11
-#compose="$INPUT_DOCKER_COMPOSE"
12
-echo "compose: $compose"
+#echo "compose: $compose"
13
#compose="$INPUT_DOCKER_COMPOSE"
14
#把stack name转为小写
15
stack=$(echo "$INPUT_STACKNAME" | tr "[:upper:]" "[:lower:]") #ToLowerCase
0 commit comments