From 115ccf72f91beb1e1af67da8ef32a63bf772c25e Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Sun, 21 Aug 2022 22:32:48 +1200 Subject: [PATCH] end of line stuff --- .woodpecker/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index a7308ca..f7a6cd7 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -22,18 +22,18 @@ pipeline: image: debian:11-slim pull: true 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 - fi + - 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 commands: