From 4eac7cf73f53325b53c568564f0358706caf6f3e Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Sun, 21 Aug 2022 22:48:52 +1200 Subject: [PATCH] set shell env --- .woodpecker/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index adba613..359fb0c 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -20,9 +20,10 @@ clone: pipeline: check-tag: image: debian:11-slim - pull: true + pull: false + environment: + - SHELL=/bin/bash commands: - - #!/bin/bash - if [[ $TAG =~ ^v1\...\..rc.$ ]] - then - echo "Tag ${TAG} appears to be a release candidate, terminating build." && exit 1