Update push.sh

This commit is contained in:
Rohit Tanwar
2018-01-09 11:12:20 +05:30
committed by GitHub
parent 49e1aad323
commit defe3913e0

View File

@ -8,8 +8,7 @@ commit_website_files() {
if [ $TRAVIS_BRANCH == "master" ]; then if [ $TRAVIS_BRANCH == "master" ]; then
echo "Committing to master branch..." echo "Committing to master branch..."
git checkout master git checkout master
ls git status
pwd
git add -A git add -A
git status git status
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then if [ $TRAVIS_EVENT_TYPE == "cron" ]; then