mirror of
https://github.com/addnab/docker-run-action.git
synced 2024-12-26 18:51:03 +08:00
Remove debug logging
This commit is contained in:
parent
a42f5acd32
commit
3cf4359b92
@ -4,8 +4,6 @@ if [ ! -z $INPUT_USERNAME ];
|
|||||||
then echo $INPUT_PASSWORD | docker login $INPUT_REGISTRY -u $INPUT_USERNAME --password-stdin
|
then echo $INPUT_PASSWORD | docker login $INPUT_REGISTRY -u $INPUT_USERNAME --password-stdin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
env
|
|
||||||
docker network ls
|
|
||||||
|
|
||||||
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
|
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user