Fixes
This commit is contained in:
parent
a7b8ce70ff
commit
666e7fc0a8
@ -15,7 +15,9 @@ jobs:
|
|||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Clean Up
|
- name: Clean Up
|
||||||
run: |
|
run: |
|
||||||
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
|
if ["docker ps -q|wc -l" gt 0]; then
|
||||||
|
docker ps -aq | xargs docker rm -f
|
||||||
|
fi
|
||||||
docker system prune -af --volumes
|
docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
@ -53,7 +55,9 @@ jobs:
|
|||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: Clean Up
|
- name: Clean Up
|
||||||
run: |
|
run: |
|
||||||
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
|
if ["docker ps -q|wc -l" gt 0]; then
|
||||||
|
docker ps -aq | xargs docker rm -f
|
||||||
|
fi
|
||||||
docker system prune -af --volumes
|
docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user