Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

fix: test pr #1

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,9 @@ jobs:
cat requirements-ee.txt
echo "::endgroup::"

# TODO why do we still execute poetry on sub dir here?
- name: create execution env context
run: |
poetry run ansible-builder create -v 3 --output-filename Dockerfile
# poetry run -C ansible_collections/${{ env.NAMESPACE }}/${{ env.COLLECTION_NAME }} ansible-builder create -v 3 --output-filename Dockerfile
ls -l ./context/
cat ./context/Dockerfile

Expand Down
Loading