Skip to content

Commit

Permalink
Merge pull request #386 from jfdenise/use_latest_cekit
Browse files Browse the repository at this point in the history
Use latest cekit in github actions, required by module.yaml new 'required' attribute
  • Loading branch information
jfdenise authored Aug 16, 2023
2 parents f1aa2e1 + b6e6f29 commit a7c095f
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 a7c095f

Please sign in to comment.