fix(ci): do not cd when you dont want to

pull/35227/head
Mrugesh Mohapatra 2019-02-15 16:34:13 +05:30 committed by Stuart Taylor
parent fb9ee2ba3b
commit 6221a85d14
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ then
cd docker-push-repo
git submodule update --init --remote --recursive
git submodule status
cd ../
git add freecodecamp
git -c user.name="$DOCKER_PUSH_USER" -c user.email='travis' \
commit -m 'chore(ci): Travis CI - bump submodule'