Skip to content

Commit 8956521

Browse files
committed
Use main release scripts version
Signed-off-by: marko-bekhta <[email protected]>
1 parent 9f2a069 commit 8956521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pipeline {
7575
sshagent(['ed25519.Hibernate-CI.github.com', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) {
7676
sh 'cat $HOME/.ssh/config'
7777
dir('.release/scripts') {
78-
sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
78+
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
7979
}
8080
def ghReleaseNote = sh('realpath -e github_release_notes.md 2>/dev/null', returnStdout: true).trim()
8181
sh """

0 commit comments

Comments
 (0)