Skip to content

Commit

Permalink
Maintenance: Improve clean-up of docker images and volumes of review …
Browse files Browse the repository at this point in the history
…apps.
  • Loading branch information
mgruner committed May 3, 2023
1 parent 9aa28c6 commit 78d1717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ci/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@
- echo "Clean-up project build directory…" # shell runners don't clean-up, see https://gitlab.com/gitlab-org/gitlab/-/issues/243716
- rm -rf $CI_PROJECT_DIR
- echo "Perform docker clean-up…"
- docker image prune -f
- docker volume prune -f
- docker image prune --all --force
- docker volume prune --all --force

review-app:deploy:
extends:
Expand Down

0 comments on commit 78d1717

Please sign in to comment.