From cc4ed4455fb45fe17bf0ebfe8ae2d0fc7c983a1d Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Sun, 12 Apr 2020 23:58:42 -0400 Subject: [PATCH] add cleanup stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76c1e01..0271cc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build-docker-ubuntu: script: - cd ubuntu - docker build --network=host -t catdeployed/postal:ubuntu . -cleanup +docker-cleanup: stage: cleanup script: - docker system prune -af