Skip to content

Commit 9b85356

Browse files
committed
Switch to the default version of the release scripts
1 parent b2fc9c4 commit 9b85356

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 --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .'
70+
sh 'git clone 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)