Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc committed Dec 7, 2023
1 parent abf6bbd commit 79a97a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
run: |
mvn -s settings.xml -X -Dusername=${ARTIFACTORY_USER} -Dpassword=${ARTIFACTORY_PASSWORD} -Drepository_url=${ARTIFACTORY_URL} test -pl common,job,coverage,api,worker
working-directory: ${{ github.workspace }}
- name: Cleanup - first pass of docker deletions part 1

- name: Cleanup -
run: |
docker volume ls -qf dangling=true | xargs -I name docker volume rm name
docker ps -aq | xargs -I name docker rm --force name
sudo rm -rf /opt/actions-runner/_work/ab2d/ab2d/opt/ab2d

0 comments on commit 79a97a6

Please sign in to comment.