File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,4 @@ if [ ! -z $INPUT_DOCKER_NETWORK ];
88then INPUT_OPTIONS=" $INPUT_OPTIONS --network $INPUT_DOCKER_NETWORK "
99fi
1010
11- <<< <<< < HEAD
1211exec docker run -v " /var/run/docker.sock" :" /var/run/docker.sock" $INPUT_OPTIONS $INPUT_IMAGE $INPUT_SHELL $INPUT_SCRIPT_PREFIX " ${INPUT_RUN// $' \n ' / ;} "
13- =======
14- if [ ! -z $INPUT_SHELL ];
15- then INPUT_OPTIONS=" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL "
16- fi
17-
18- if [ ! -z $INPUT_SHELL ];
19- then INPUT_OPTIONS=" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL "
20- fi
21- exec docker run -v " /var/run/docker.sock" :" /var/run/docker.sock" $INPUT_OPTIONS $INPUT_IMAGE $INPUT_PRECOMMAND_PREFIX " ` cat semicolon_delimited_script` "
22- >>>>>>> 973a0bb... optional precommand prefix
You can’t perform that action at this time.
0 commit comments