fix: run commands from root
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
@ -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/freecodecamp
|
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