Update push.sh
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user