File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : ''} \
You can’t perform that action at this time.
0 commit comments