This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_763
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_763 by this push:
new 8e5e6598 remove mappings from buldchain configuration files
8e5e6598 is described below
commit 8e5e65983088341fc8a9292d6bb0bcacdbe076c1
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Dec 15 15:38:55 2023 -0300
remove mappings from buldchain configuration files
---
.ci/project-dependencies.yaml | 36 ------------------------------------
1 file changed, 36 deletions(-)
diff --git a/.ci/project-dependencies.yaml b/.ci/project-dependencies.yaml
index 7599df54..c1a49dbd 100644
--- a/.ci/project-dependencies.yaml
+++ b/.ci/project-dependencies.yaml
@@ -1,30 +1,11 @@
version: "2.1"
dependencies:
- project: apache/incubator-kie-drools
- mapping:
- dependencies:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1-7}.${n2}`)"
- dependant:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1+7}.${n2}`)"
- # exclude:
- # - kiegroup/kie-jpmml-integration
- project: apache/incubator-kie-kogito-runtimes
dependencies:
- project: apache/incubator-kie-drools
mapping:
- dependencies:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1+7}.${n2}`)"
- dependant:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1-7}.${n2}`)"
exclude:
- apache/incubator-kie-kogito-examples
- apache/incubator-kie-kogito-apps
@@ -33,14 +14,6 @@ dependencies:
dependencies:
- project: apache/incubator-kie-kogito-runtimes
mapping:
- dependencies:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1+7}.${n2}`)"
- dependant:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1-7}.${n2}`)"
exclude:
- apache/incubator-kie-kogito-examples
- apache/incubator-kie-kogito-runtimes
@@ -50,15 +23,6 @@ dependencies:
- project: apache/incubator-kie-kogito-runtimes
- project: apache/incubator-kie-kogito-apps
mapping:
- dependencies:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1+7}.${n2}`)"
- dependant:
- default:
- - source: (\d*)\.(.*)
- targetExpression:
"process.env.GITHUB_BASE_REF.replace(/(\\d*)\\.(.*)/g, (m, n1, n2) =>
`${+n1-7}.${n2}`)"
- exclude:
- apache/incubator-kie-kogito-apps
- apache/incubator-kie-kogito-runtimes
# - project: kiegroup/kie-jpmml-integration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]