Skip to content

Commit da8a3f5

Browse files
committed
Use main release scripts version
Signed-off-by: marko-bekhta <marko.prykladna@gmail.com>
1 parent 9f2a069 commit da8a3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ 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
}
80-
def ghReleaseNote = sh('realpath -e github_release_notes.md 2>/dev/null', returnStdout: true).trim()
80+
def ghReleaseNote = sh(script: 'realpath -e github_release_notes.md 2>/dev/null', returnStdout: true).trim()
8181
sh """
8282
bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \
8383
${ghReleaseNote != '' ? '--notes=' + ghReleaseNote : ''} \

0 commit comments

Comments
 (0)