Skip to content

Commit 3f0685a

Browse files
committed
Revert "Use an "experimental" version of the release scripts [HHH-19913]"
This reverts commit 4106af4.
1 parent 16a1cbe commit 3f0685a

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
@@ -51,7 +51,7 @@ if ( !manualRelease && cronRelease && !RELEASE_ON_SCHEDULE ) {
5151

5252
def checkoutReleaseScripts() {
5353
dir('.release/scripts') {
54-
checkout scmGit(branches: [[name: '*/test/github-releases']], extensions: [],
54+
checkout scmGit(branches: [[name: '*/main']], extensions: [],
5555
userRemoteConfigs: [[credentialsId: 'ed25519.Hibernate-CI.github.com',
5656
url: 'https://github.com/hibernate/hibernate-release-scripts.git']])
5757
}

0 commit comments

Comments
 (0)