mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 06:33:40 -05:00
Merge pull request #1557 from sharelatex/ew-update-clean
add network/image prune for clean_ci GitOrigin-RevId: 23be6f849c0c0fd473a76c12e5ba03565f1f3808
This commit is contained in:
parent
dc06e166c3
commit
0d4c92054b
1 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,8 @@ clean_css:
|
||||||
|
|
||||||
clean_ci:
|
clean_ci:
|
||||||
$(DOCKER_COMPOSE) down -v -t 0
|
$(DOCKER_COMPOSE) down -v -t 0
|
||||||
|
docker image prune -af --filter "until=72h"
|
||||||
|
docker network prune -f
|
||||||
|
|
||||||
test: test_unit test_frontend test_acceptance
|
test: test_unit test_frontend test_acceptance
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue