add to build context
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user