We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94942ba commit addd97fCopy full SHA for addd97f
.travis.yml
@@ -12,6 +12,7 @@ matrix:
12
- git config --local user.name "Open Identity Platform Community" && git config --local user.email "[email protected]"
13
- git checkout -f $TRAVIS_BRANCH
14
- git tag -f $git_version && git tag -d $git_version
15
+ - git tag -f $git_version
16
- #mvn -q -B -DreleaseVersion="$git_version" -DtagNameFormat="@{project.version}" -DignoreSnapshots=true -DpushChanges=false -DscmCommentPrefix="[ci skip] $TRAVIS_REPO_SLUG " -DskipTests -Darguments=-DskipTests -Dresume=false clean release:prepare
17
- #git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
18
- git push --quiet --force https://[email protected]/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
0 commit comments