From 49e1aad323a4832e9486bd99611d91e02c7b890b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 11:01:59 +0530 Subject: [PATCH] Update push.sh --- .travis/push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 16852768d..76ee30ca4 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -8,7 +8,8 @@ commit_website_files() { if [ $TRAVIS_BRANCH == "master" ]; then echo "Committing to master branch..." git checkout master - cd .. + ls + pwd git add -A git status if [ $TRAVIS_EVENT_TYPE == "cron" ]; then