Skip to content

Commit

Permalink
NO-ISSUE: remove archive-artifacts from bc config files (#1275)
Browse files Browse the repository at this point in the history
Co-authored-by: jstastny-cz <[email protected]>
  • Loading branch information
jstastny-cz and jstastny-cz authored Feb 4, 2025
1 parent aed888d commit 1b9cfa5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .ci/buildchain-config-pr-cdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ build:
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
downstream: |
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_DOWNSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_DOWNSTREAM }}
archive-artifacts:
path: |
**/*.log
**/cypress/screenshots/**
**/cypress/videos/**
- project: apache/incubator-kie-kogito-examples
build-command:
Expand Down
5 changes: 0 additions & 5 deletions .ci/pull-request-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ build:
mvn dependency:tree clean ${{ env.MVN_CMD }} ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS }}
upstream: |
mvn dependency:tree clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }} ${{ env.KOGITO_APPS_BUILD_MVN_OPTS_UPSTREAM }}
archive-artifacts:
path: |
**/*.log
**/cypress/screenshots/**
**/cypress/videos/**
- project: apache/incubator-kie-kogito-examples
build-command:
Expand Down

0 comments on commit 1b9cfa5

Please sign in to comment.