Skip to content

Commit

Permalink
Enable 7.x DRA builds (#35907)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSys911 authored Jun 28, 2023
1 parent 72c523d commit 6a958b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ pipeline {
when {
allOf {
expression { return env.IS_BRANCH_AVAILABLE == "true" }
// DRA is not supported in 7.17 yet
not { branch '7.17' }
}
}
steps {
Expand All @@ -144,8 +142,6 @@ pipeline {
// minor version is created, therefore old release branches won't be able
// to use the release manager as their definition is removed.
expression { return env.IS_BRANCH_AVAILABLE == "true" }
// DRA is not supported in 7.17 yet
not { branch '7.17' }
}
}
steps {
Expand Down

0 comments on commit 6a958b8

Please sign in to comment.