add to build context

This commit is contained in:
2025-08-26 13:58:28 +02:00
parent bee14d3b79
commit 46492f751e

View File

@@ -32,7 +32,7 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- name: build context - name: build context
run: ansible-builder create -f minimal-environment.yml -c context-minimal run: . .venv/bin/activate && ansible-builder create -f minimal-environment.yml -c context-minimal
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }}/context-minimal ls ${{ gitea.workspace }}/context-minimal