feat(exx-Pipeline): test multi line

This commit is contained in:
Wolfram Gulde 2022-05-06 16:23:30 +02:00 committed by Marcel Feix
parent e8138846c5
commit 6e19b649fa
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -6,7 +6,6 @@
- >
if ["$CI_COMMIT_TAG" != ""] && ["$PATH_TO_VERSION_FILE" != ""]; then
export GRADLE_VERSION=$(awk '/^version/{print $NF}' $PATH_TO_VERSION_FILE)
$(sed -i /^version/s/$GRADLE_VERSION/\'$CI_COMMIT_TAG\'/ $PATH_TO_VERSION_FILE)
fi
script:
- "./gradlew --build-cache assemble $GRADLE_CLI_OPTS"