parent
dd54ef3039
commit
af46c34b8a
@ -22,14 +22,14 @@ pipeline:
|
||||
image: code.balsillie.net/containers/debian:11-slim-bash
|
||||
pull: false
|
||||
commands:
|
||||
- if [[ $TAG =~ ^v1\...\..rc.$ ]]
|
||||
then
|
||||
echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1
|
||||
elif [[ $TAG =~ ^v1\...\..$ ]]
|
||||
then
|
||||
echo "Tag ${TAG} appears to be a release tag, proceeding." && exit 0
|
||||
else
|
||||
echo "Unable to determine nature of tag, terminating build." && exit 1
|
||||
- if [[ $TAG =~ ^v1\...\..rc.$ ]] \
|
||||
then \
|
||||
echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1 \
|
||||
elif [[ $TAG =~ ^v1\...\..$ ]] \
|
||||
then \
|
||||
echo "Tag ${TAG} appears to be a release tag, proceeding." && exit 0 \
|
||||
else \
|
||||
echo "Unable to determine nature of tag, terminating build." && exit 1 \
|
||||
fi
|
||||
clone-source:
|
||||
image: docker:git
|
||||
|
Loading…
Reference in New Issue
Block a user