Update push.sh
This commit is contained in:
@ -8,8 +8,7 @@ commit_website_files() {
|
||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
||||
echo "Committing to master branch..."
|
||||
git checkout master
|
||||
ls
|
||||
pwd
|
||||
git status
|
||||
git add -A
|
||||
git status
|
||||
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
|
||||
|
||||
Reference in New Issue
Block a user