Search code examples
codeship

Codeship skip ci for tagging


I've tried several ways to skip ci but it doesn't work.

git tag -a $NEXT_TAG -m "Bump version --skip-ci"
git tag -a $NEXT_TAG -m "Bump version [skip ci]"

Please help me out, thanks.


Solution

  • Skipping builds triggered from tags is currently not supported by Codeship.