From d2727b750c900a681926b126ccad538c95d6b2a4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Tue, 9 Jan 2018 05:15:30 +0530 Subject: [PATCH] Update push.sh --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 4e93a1c20..0d5e2fe1b 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -8,7 +8,7 @@ commit_website_files() { if [ $TRAVIS_BRANCH == "master" ]; then echo "Committing to master branch..." git checkout master - git add -A + git add * if [ $TRAVIS_EVENT_TYPE == "cron" ]; then git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [cron]" elif [ $TRAVIS_EVENT_TYPE == "api" ]; then