feat(exx-Pipeline): test multi line

This commit is contained in:
Wolfram Gulde 2022-05-06 16:48:57 +02:00 committed by Marcel Feix
parent a698eecf85
commit a8a15e56d3
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -3,7 +3,7 @@
image: $MAVEN_IMAGE
before_script:
- >
if [ "$CI_COMMIT_TAG" != "" ]; then
if [ ! -z "$CI_COMMIT_TAG" ]; then
mvn $MVN_EXTRA_ARGS $MAVEN_CLI_OPTS versions:set -DnewVersion=$CI_COMMIT_TAG -DgenerateBackupPoms=false
fi
script: