mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
delete old docker-compose containers to avoid full disks
This commit is contained in:
parent
063e91522f
commit
76df1a3029
1 changed files with 5 additions and 1 deletions
|
@ -66,7 +66,11 @@ deploy_review:
|
|||
- docker-compose --version
|
||||
- docker info
|
||||
script:
|
||||
- docker-compose up -d --force-recreate --build
|
||||
- docker-compose pull
|
||||
- docker-compose build --no-cache
|
||||
- docker-compose up -d
|
||||
after_script:
|
||||
- docker-compose rm -f
|
||||
image: docker:17
|
||||
dependencies:
|
||||
- build_job
|
||||
|
|
Loading…
Add table
Reference in a new issue