fix: run commands from root

Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Stuart Taylor
2019-02-15 16:11:59 +05:30
parent d0995d8b88
commit 83fa98a95d

View File

@ -5,7 +5,7 @@ if [ -n "$DOCKER_PUSH_API_TOKEN" ]
then
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 status
cd ../