Update push.sh

This commit is contained in:
Rohit Tanwar
2018-01-09 11:01:59 +05:30
committed by GitHub
parent 9c2c32402a
commit 49e1aad323

View File

@ -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