Skip to content

Commit e929a93

Browse files
committed
Update entrypoint.sh
1 parent 0b1c7b3 commit e929a93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ if [ -z "$INPUT_ENDPOINTID" ]; then
88
fi
99

1010
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"
11+
#echo "compose: $compose"
1312
#compose="$INPUT_DOCKER_COMPOSE"
1413
#把stack name转为小写
1514
stack=$(echo "$INPUT_STACKNAME" | tr "[:upper:]" "[:lower:]") #ToLowerCase

0 commit comments

Comments
 (0)