Skip to content

Commit

Permalink
bypassing cleanup failure for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnawaz-creator authored Sep 23, 2023
1 parent 66f5863 commit 97412b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
steps:
- name: Cleanup before restarting conductor tests.
run: |
echo 'y' | docker system prune -a
echo 'y' | docker system prune -a || true
cd /tmp
sudo rm -rf ./*
sudo rm -rf ./* || true
- name: Set docker image tag
run: |
Expand Down

0 comments on commit 97412b1

Please sign in to comment.