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 9f2a069 commit 8956521Copy full SHA for 8956521
jenkins/release/Jenkinsfile
@@ -75,7 +75,7 @@ pipeline {
75
sshagent(['ed25519.Hibernate-CI.github.com', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
76
sh 'cat $HOME/.ssh/config'
77
dir('.release/scripts') {
78
- sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
+ sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
79
}
80
def ghReleaseNote = sh('realpath -e github_release_notes.md 2>/dev/null', returnStdout: true).trim()
81
sh """
0 commit comments