fix: remove space in script
This commit is contained in:
committed by
Stuart Taylor
parent
83fa98a95d
commit
1835d2e073
@ -5,7 +5,7 @@ if [ -n "$DOCKER_PUSH_API_TOKEN" ]
|
|||||||
then
|
then
|
||||||
git clone https://github.com/"$DOCKER_PUSH_REPO".git docker-push-repo
|
git clone https://github.com/"$DOCKER_PUSH_REPO".git docker-push-repo
|
||||||
|
|
||||||
cd docker-push-repo
|
cd docker-push-repo
|
||||||
git submodule update --init --remote --recursive
|
git submodule update --init --remote --recursive
|
||||||
git submodule status
|
git submodule status
|
||||||
cd ../
|
cd ../
|
||||||
|
Reference in New Issue
Block a user