Skip to content
Snippets Groups Projects
Commit 151b870e authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

e2e containers from the CI weren't properly deleting themselves, this fixes that

parent 5215a26e
No related branches found
Tags test_0.0.1 test_0.0.2
1 merge request!564e2e containers from the CI weren't properly deleting themselves, this fixes that
Pipeline #3211 passed
......@@ -198,7 +198,7 @@ e2e:
- docker logs ws-${CI_COMMIT_SHORT_SHA}_workflow_1
- docker logs ws-${CI_COMMIT_SHORT_SHA}_web_1
- docker network prune -f
- docker-compose -f docker-compose.ci.yml down
- COMPOSE_PROJECT_NAME=ws-${CI_COMMIT_SHORT_SHA} docker-compose -f docker-compose.ci.yml down
- docker image rm -f base-build:${CI_COMMIT_SHORT_SHA}
- docker image rm -f e2e:${CI_COMMIT_SHORT_SHA}
dependencies: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment