Skip to content

Commit 8822bc5

Browse files
committed
Use a different version of release scripts
capable to do GitHub releases
1 parent 5a5c745 commit 8822bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pipeline {
6767
sh 'mvn -v'
6868
sh 'cat $HOME/.ssh/config'
6969
dir('.release/scripts') {
70-
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
70+
sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
7171
}
7272
sh """
7373
bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \

0 commit comments

Comments
 (0)