From b61085469206414b30ea9ae8914629810e32eaef Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 14 Feb 2018 14:04:50 +0530 Subject: [PATCH] push.sh update --- .travis/push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/push.sh b/.travis/push.sh index d92303dd8..09100bd28 100644 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -7,6 +7,7 @@ setup_git() { commit_website_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then + git checkout master echo "Committing to master branch..." git add -A echo "All files added"