Update push.sh

This commit is contained in:
Rohit Tanwar
2018-01-09 06:00:24 +05:30
committed by GitHub
parent 3bcae232cd
commit 3e70b1ae48

View File

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