From dd11b23118cc58e5d50e685069d2782060a5b2c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:19:40 +0100 Subject: [PATCH] Update onpush_builder.yaml --- .github/workflows/onpush_builder.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index f303af508..caa9b5b57 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -92,8 +92,7 @@ jobs: version=$(sed -e '/version/!d' -e 's/.*version: //' config.yaml) elif [ -f config.json ]; then version=$(sed -e '/version/!d' -e 's/.*[^"]*"\([^"]*\)",/\1/' config.json) - else - exit 1 + else; exit 1 fi # Exit if test if [[ "$version" == *"test"* ]]; then exit 0; fi