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