Skip to content

Commit 28bbb03

Browse files
author
jstastny-cz
committed
kie-issues#654: simplify buildchain configuration
1 parent 28a368b commit 28bbb03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/buildchain-project-dependencies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dependencies:
88
dependencies:
99
default:
1010
- source: development
11-
target: main # should migrate to 9 before the build
12-
- source: 8.x # does not migrate
11+
target: 9.x
12+
- source: 8.x
1313
target: main
1414
dependant:
1515
default:
1616
- source: 9.x
1717
target: development
18-
- source: main # should migrate to 9 before the build
19-
target: development
18+
- source: main
19+
target: 8.x

0 commit comments

Comments
 (0)