From 820ec4b98bad71b725d6f5fc70b9846bd275b7fe Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Tue, 13 Jul 2021 10:26:13 +0200 Subject: [PATCH] feat(Branching): fix badge error --- push-tag-and-version-template.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-tag-and-version-template.gitlab-ci.yml b/push-tag-and-version-template.gitlab-ci.yml index d23414f..45b13bb 100644 --- a/push-tag-and-version-template.gitlab-ci.yml +++ b/push-tag-and-version-template.gitlab-ci.yml @@ -14,7 +14,7 @@ - echo $VERSION - pull - echo $VERSION > $ARTIFACT - - curl https://img.shields.io/static/v1?label=Version-&message=$VERSION&color=green --output $ARTIFACT.svg + - curl "https://img.shields.io/static/v1?label=Version-&message=$VERSION&color=green" -o $ARTIFACT.svg - > if [ "${MVN_VERSION}" == "true" ]; then mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false