.
This commit is contained in:
@@ -16,11 +16,12 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: librespace/ansible
|
image: librespace/ansible
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}/ansible:/ansible
|
- ${PWD}/ansible:/ansible
|
||||||
steps:
|
steps:
|
||||||
- name: ls
|
- name: ls
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo ${{gitea.workspace}}
|
||||||
ls /workspace -lah
|
ls /workspace -lah
|
||||||
|
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user