From 55186afafe65cd9bf9c1e3184a25e4733770bc9a Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Sun, 21 Aug 2022 22:39:59 +1200 Subject: [PATCH] bash --- .woodpecker/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index b3ea22c..adba613 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -22,6 +22,7 @@ pipeline: image: debian:11-slim pull: true commands: + - #!/bin/bash - if [[ $TAG =~ ^v1\...\..rc.$ ]] - then - echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1