Skip to content

Commit 45facf5

Browse files
authored
Merge pull request #71 from marko-bekhta/test/github-release
Use a different version of release scripts
2 parents 5a5c745 + 8822bc5 commit 45facf5

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)