Skip to content

Commit

Permalink
fix for docker fail on disk full
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Jul 5, 2023
1 parent d242c60 commit c0e8e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ jobs:
sudo bash ${{ github.workspace }}/.github/workflows/set_delay_port.sh -d || true
sudo rm -rf docker/server-data-env/output/* || true
- name: Remove server image
- name: Clean Docker data
if: failure()
run: |
docker image rm project-faster/qpep_server || true
docker system prune -af || true
- name: Auto-cancel workflow on error
if: failure()
Expand Down

0 comments on commit c0e8e28

Please sign in to comment.