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.
2 parents 5a5c745 + 8822bc5 commit 45facf5Copy full SHA for 45facf5
ci/release/Jenkinsfile
@@ -67,7 +67,7 @@ pipeline {
67
sh 'mvn -v'
68
sh 'cat $HOME/.ssh/config'
69
dir('.release/scripts') {
70
- sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
+ sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
71
}
72
sh """
73
bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \
0 commit comments