Skip to content

Commit

Permalink
kie-issues#654: simplify buildchain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Oct 26, 2023
1 parent 5b4aba3 commit 7361712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/buildchain-project-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
dependencies:
default:
- source: development
target: main # should migrate to 9 before the build
- source: 8.x # does not migrate
target: 9.x
- source: 8.x
target: main
dependant:
default:
- source: 9.x
target: development
- source: main # should migrate to 9 before the build
target: development
- source: main
target: 8.x

0 comments on commit 7361712

Please sign in to comment.