Codeship skip ci 用于标记
Codeship skip ci for tagging
我尝试了多种方法来跳过 ci 但它不起作用。
git tag -a $NEXT_TAG -m "Bump version --skip-ci"
git tag -a $NEXT_TAG -m "Bump version [skip ci]"
请帮帮我,谢谢。
Codeship 目前不支持跳过从标签触发的构建。
我尝试了多种方法来跳过 ci 但它不起作用。
git tag -a $NEXT_TAG -m "Bump version --skip-ci"
git tag -a $NEXT_TAG -m "Bump version [skip ci]"
请帮帮我,谢谢。
Codeship 目前不支持跳过从标签触发的构建。