Skip to content

Commit

Permalink
Docker clean
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 16, 2024
1 parent f98c8db commit de1f9c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/persist_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
path: ./go-ten

- name: 'Docker clean containers and images before the test'
if: ${{ github.event.inputs.environment == 'ten.local' }}
run: |
for i in `docker ps -a | awk '{ print $1 } ' | grep -v CONTAINER`; do docker stop $i && docker rm $i; done
docker system prune -af --volumes
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
retention-days: 1

- name: 'Docker clean containers and images after the test'
if: ${{ github.event.inputs.environment == 'ten.local' }}
run: |
for i in `docker ps -a | awk '{ print $1 } ' | grep -v CONTAINER`; do docker stop $i && docker rm $i; done
docker system prune -af --volumes
Expand Down

0 comments on commit de1f9c8

Please sign in to comment.