Skip to content

Commit

Permalink
Adjust git tag creation for Apache 10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jul 25, 2024
1 parent ddc11d8 commit 5189aad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pipeline {
} else {
println '[WARN] no changes to commit'
}
githubscm.setUserConfigFromCreds(getGitAuthorPushCredsId())
githubscm.tagRepository(getGitTagName())
githubscm.pushRemoteTag('origin', getGitTagName(), getGitAuthorPushCredsId())
}
Expand Down

0 comments on commit 5189aad

Please sign in to comment.