From e0d7e1b954fb7c785ce03aa593fc2df443d1837c Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Thu, 22 Apr 2021 22:28:49 +0200 Subject: [PATCH] Re-enable exit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a15ba23..7f9fb46 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ if [ "$LATEST_RELEASE" = "$LATEST_TAG" ]; then echo "Nothing to do. Versions already match." echo "Release: $LATEST_RELEASE" echo "Tag: $LATEST_TAG" - #exit 78 # drone.io exit code to stop but success the pipeline + exit 78 # drone.io exit code to stop but success the pipeline fi SEMVER=( ${LATEST_RELEASE//./ } )