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