Update
This commit is contained in:
@ -10,6 +10,7 @@ commit_website_files() {
|
||||
git checkout master
|
||||
cd ..
|
||||
git add -A
|
||||
git status
|
||||
if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
|
||||
git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [cron]"
|
||||
elif [ $TRAVIS_EVENT_TYPE == "api" ]; then
|
||||
|
||||
Reference in New Issue
Block a user