From b2834ea9223fc824b6ade516e23a302b55720e85 Mon Sep 17 00:00:00 2001 From: tasso94 <3015690+tasso94@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:12:11 +0200 Subject: [PATCH] wip --- pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.sh b/pipeline.sh index 36c2dfc3..12e24ffc 100755 --- a/pipeline.sh +++ b/pipeline.sh @@ -1,7 +1,7 @@ #!/bin/bash -ex EE=${EE:-false} -SNAPSHOT=${SNAPSHOT:-false} +SNAPSHOT=${SNAPSHOT:-true} # evaluate if the version argument must be passed if [ -z "$VERSION" ]; then