From 3726fb4575ea85b12879af7e270fa5cbc0d8405f Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Sun, 21 Aug 2022 22:50:01 +1200 Subject: [PATCH] shell test --- .woodpecker/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 359fb0c..aa9a66d 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -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