mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
committed by
James Allen
parent
dc06e166c3
commit
0d4c92054b
@@ -209,6 +209,8 @@ clean_css:
|
||||
|
||||
clean_ci:
|
||||
$(DOCKER_COMPOSE) down -v -t 0
|
||||
docker image prune -af --filter "until=72h"
|
||||
docker network prune -f
|
||||
|
||||
test: test_unit test_frontend test_acceptance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user