Skip to content

Commit

Permalink
use pkg-update module in devmode and builder images (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Aug 26, 2024
1 parent 55e1898 commit 4be6978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions prod-logic-swf-builder-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ modules:
- name: org.kie.kogito.swf.common.scripts
- name: org.kie.kogito.swf.builder.runtime.osl
version: "1.33.0"
- name: org.kie.kogito.pkg-update

run:
workdir: "/home/kogito/${PROJECT_ARTIFACT_ID}"
Expand Down
1 change: 1 addition & 0 deletions prod-logic-swf-devmode-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ modules:
- name: org.kie.kogito.swf.devmode.runtime.common
- name: org.kie.kogito.swf.devmode.runtime.osl
version: "1.33.0"
- name: org.kie.kogito.pkg-update

ports:
- value: 8080
Expand Down

0 comments on commit 4be6978

Please sign in to comment.