Skip to content

Commit eca7408

Browse files
committed
Remove fixed Quarkus commit sha checkout workaround
1 parent 519b77e commit eca7408

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ pipeline {
4848
}
4949
dir('quarkus') {
5050
sh "git clone -b 3.15 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
51-
// This is a temporary workaround because Quarkus reverted the Hibernate ORM and Reactive upgrade.
52-
// Remove this once Quarkus upgrades the versions again
53-
sh "git reset --hard f42166ee7041ed09b7183d5dbf3ece2439b16676"
5451
script {
5552
def sedStatus = sh (script: "sed -i 's@<hibernate-orm.version>.*</hibernate-orm.version>@<hibernate-orm.version>${env.HIBERNATE_VERSION}</hibernate-orm.version>@' pom.xml", returnStatus: true)
5653
if ( sedStatus != 0 ) {

0 commit comments

Comments
 (0)