Skip to content

Commit

Permalink
chore: add [ci skip] in commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 28, 2019
1 parent 2dbfae6 commit 917f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ fi
# push changes
if [[ $GPUSH -eq 1 ]]; then
trigger before-push
qgit commit -m "chore: new version $NEXT_VERSION [skip ci]"
qgit commit -m "chore: new version $NEXT_VERSION [skip ci] [ci skip]"
info "Pushing pending commits ..."
qgit push origin $DEPLOY_BRANCH
ok
Expand Down

0 comments on commit 917f92a

Please sign in to comment.