Skip to content

Commit

Permalink
Added tag parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 21, 2019
1 parent 882f5d6 commit 29af09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ARTIFACT_ID_POM=$( mvn help:evaluate -Dexpression=project.artifactId | grep -v '
git config --global user.email "build@travis-ci.com"
git config --global user.name "Travis CI"

mvn scm:tag && slack "Tagged $ARTIFACT_ID_POM with version $VERSION_POM"
mvn scm:tag -Dtag="${VERSION_POM}" && slack "Tagged $ARTIFACT_ID_POM with version $VERSION_POM"

0 comments on commit 29af09e

Please sign in to comment.