add cleanup stage

This commit is contained in:
ILoveYaToo 2020-04-12 23:58:42 -04:00
parent 154a0702b8
commit cc4ed4455f

View File

@ -18,7 +18,7 @@ build-docker-ubuntu:
script: script:
- cd ubuntu - cd ubuntu
- docker build --network=host -t catdeployed/postal:ubuntu . - docker build --network=host -t catdeployed/postal:ubuntu .
cleanup docker-cleanup:
stage: cleanup stage: cleanup
script: script:
- docker system prune -af - docker system prune -af