Update push.sh

This commit is contained in:
Rohit Tanwar
2018-01-09 05:12:18 +05:30
committed by GitHub
parent 4509d97d6c
commit 4d21cba971

View File

@ -8,7 +8,7 @@ commit_website_files() {
if [ $TRAVIS_BRANCH == "master" ]; then
echo "Committing to master branch..."
git checkout master
git add *
git add -A
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [cron]"
elif [ $TRAVIS_EVENT_TYPE == "api" ]; then