1

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.

haipham23
  • 456
  • 2
  • 8
  • 21
  • P.S.: you can submit feature requests on the Community Forum at https://community.codeship.com/c/feedback/feature-request. Please make sure to search for a similar request before opening a topic firs. – mlocher Jul 25 '16 at 08:07

1 Answers1

0

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

mlocher
  • 766
  • 5
  • 11