feat(exx-Pipeline): test multi line
This commit is contained in:
parent
a698eecf85
commit
a8a15e56d3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user