Skip to content

Commit a7d188f

Browse files
committed
Remove JReleaser config from the sources
as it will be now located inside the release scripts
1 parent a530c4e commit a7d188f

File tree

3 files changed

+7
-42
lines changed

3 files changed

+7
-42
lines changed

.release/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The folder into which we checkout our release scripts into
2+
*
3+
!.gitignore

ci/release/Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ pipeline {
6363
string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')]) {
6464
sshagent(['ed25519.Hibernate-CI.github.com']) {
6565
sh 'cat $HOME/.ssh/config'
66-
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git'
67-
env.RELEASE_GPG_HOMEDIR = env.WORKSPACE_TMP + '/.gpg'
66+
dir('.release/scripts') {
67+
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .'
68+
}
6869
sh """
69-
bash -xe hibernate-release-scripts/release.sh ${params.RELEASE_DRY_RUN ? '-d' : ''} \
70+
bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \
7071
models ${releaseVersion.toString()} ${developmentVersion.toString()}
7172
"""
7273
}

jreleaser.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)