Skip to content

Commit

Permalink
Use latest cekit in github actions, required by module.yaml new 'requ…
Browse files Browse the repository at this point in the history
…ired' attribute
  • Loading branch information
jfdenise committed Aug 16, 2023
1 parent f1aa2e1 commit b6e6f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-wildfly-cloud-fp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
mkdir ~/cekit
python3 -m venv ~/cekit
. ~/cekit/bin/activate
pip install cekit==4.3.0 docker==5.0.3 docker-squash odcs behave lxml packaging==21.3
pip install cekit docker docker-squash odcs behave lxml packaging
- name: install s2i binary
if: env.IMPACT_CLOUD_FP == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-wildfly-s2i.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir ~/cekit
python3 -m venv ~/cekit
. ~/cekit/bin/activate
pip install cekit==4.3.0 docker==5.0.3 docker-squash odcs behave lxml packaging==21.3
pip install cekit docker docker-squash odcs behave lxml packaging
- name: install s2i binary
if: env.IMPACT_IMAGE == 'true'
run: |
Expand Down

0 comments on commit b6e6f29

Please sign in to comment.