Skip to content

Commit

Permalink
+ $TRAVIS_EVENT_TYPE to detect cron job #2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Jun 11, 2017
1 parent ad404b1 commit 40f2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git config --global push.default matching
# git commit
git checkout ${GH_BRANCH}
git add --all
git commit -am "Travis push [skip ci]: build $TRAVIS_BUILD_NUMBER"
git commit -am "Travis $TRAVIS_EVENT_TYPE push [skip ci]: build $TRAVIS_BUILD_NUMBER"

# git push
git remote add upstream "https://${GH_TOKEN}@github.com/${GH_OWNER}/${GH_REPO}.git"
Expand Down

0 comments on commit 40f2a89

Please sign in to comment.