File tree 3 files changed +5
-3
lines changed
distribution/src/main/assembly
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# Our build scripts - necessary for our release jobs
5
5
hibernate-noorm-release-scripts
6
+ hibernate-release-scripts
6
7
7
8
# Gradle work directory
8
9
.gradle
@@ -56,4 +57,4 @@ maven-eclipse.xml
56
57
mvnw *
57
58
58
59
# Cache folders for formatting plugins:
59
- .cache
60
+ .cache
Original file line number Diff line number Diff line change 90
90
<!-- only needed for documentation and helper scripts, no need to include them -->
91
91
<exclude >src/main/scripts/**</exclude >
92
92
<exclude >hibernate-noorm-release-scripts/**</exclude >
93
+ <exclude >hibernate-release-scripts/**</exclude >
93
94
94
95
<!-- actual files which should be ignored -->
95
96
<exclude >.travis.yml</exclude >
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ pipeline {
73
73
string(credentialsId : ' release.gpg.passphrase' , variable : ' MAVEN_GPG_PASSPHRASE' )]) {
74
74
sshagent([' ed25519.Hibernate-CI.github.com' , ' hibernate.filemgmt.jboss.org' , ' hibernate-ci.frs.sourceforge.net' ]) {
75
75
sh ' cat $HOME/.ssh/config'
76
- sh ' git clone https://github.com/hibernate/hibernate-noorm- release-scripts.git'
76
+ sh ' git clone https://github.com/hibernate/hibernate-release-scripts.git'
77
77
env. RELEASE_GPG_HOMEDIR = env. WORKSPACE_TMP + ' /.gpg'
78
78
sh """
79
- bash -xe hibernate-noorm- release-scripts/release.sh ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
79
+ bash -xe hibernate-release-scripts/release.sh ${ params.RELEASE_DRY_RUN ? '-d' : ''} \
80
80
validator ${ releaseVersion.toString()} ${ developmentVersion.toString()}
81
81
"""
82
82
}
You can’t perform that action at this time.
0 commit comments