Skip to content

Commit

Permalink
recreate prod bundle module
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Apr 30, 2024
1 parent 18ef367 commit c46636d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions images/modules/org.kie.kogito.prod.bundleinstall/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: org.kie.kogito.prod.bundleinstall
version: "1.32.0"
description: Copy the bund files to the target image

artifacts:
- name: manifests
path: "../../../../../bundle.prod/manifests"
dest: /manifests/
- name: metadata
path: "../../../../../bundle.prod/metadata"
dest: /metadata/
- name: tests-scorecard
path: "../../../../../bundle.prod/tests/scorecard/"
dest: /tests/scorecard/
2 changes: 1 addition & 1 deletion images/prod-bundle-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.osl.bundleinstall
- name: org.kie.kogito.prod.bundleinstall

packages:
content_sets_file: content_sets.yaml
Expand Down

0 comments on commit c46636d

Please sign in to comment.