feat(Branching): fix badge error
This commit is contained in:
parent
8e4e070234
commit
820ec4b98b
@ -14,7 +14,7 @@
|
|||||||
- echo $VERSION
|
- echo $VERSION
|
||||||
- pull
|
- pull
|
||||||
- echo $VERSION > $ARTIFACT
|
- 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
|
if [ "${MVN_VERSION}" == "true" ]; then
|
||||||
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
|
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user