Fixes
This commit is contained in:
parent
da211a33a1
commit
a7b8ce70ff
@ -15,7 +15,7 @@ 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: |
|
||||||
docker ps -aq | xargs docker rm -f
|
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
|
||||||
docker system prune -af --volumes
|
docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
@ -53,7 +53,7 @@ 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: |
|
||||||
docker ps -aq | xargs docker rm -f
|
if ["docker ps -q|wc -l" gt 0]; then docker ps -aq | xargs docker rm -f
|
||||||
docker system prune -af --volumes
|
docker system prune -af --volumes
|
||||||
- name: Init
|
- name: Init
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user