shell test
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Michael Balsillie 2022-08-21 22:50:01 +12:00
parent 4eac7cf73f
commit 3726fb4575

View File

@ -24,6 +24,7 @@ pipeline:
environment:
- SHELL=/bin/bash
commands:
- echo $SHELL
- if [[ $TAG =~ ^v1\...\..rc.$ ]]
- then
- echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1