feat(exx-Pipeline): test multi line

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

View File

@ -4,7 +4,7 @@
before_script: before_script:
# Replace version in Gradle file with $CI_COMMIT_TAG # Replace version in Gradle file with $CI_COMMIT_TAG
- > - >
if ["$CI_COMMIT_TAG" != ""] && ["$PATH_TO_VERSION_FILE" != ""]; then if [ ! -z "$CI_COMMIT_TAG" ] && [ ! -z "$PATH_TO_VERSION_FILE" ]; then
echo "HELLO" echo "HELLO"
echo "$CI_COMMIT_TAG" echo "$CI_COMMIT_TAG"
echo "$PATH_TO_VERSION_FILE" echo "$PATH_TO_VERSION_FILE"