Skip to content
Snippets Groups Projects
Commit b4c8e2e0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Context:

- added clean-up commands for the GitLab runner
parent 362b28a9
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -95,6 +95,8 @@ unit test context: ...@@ -95,6 +95,8 @@ unit test context:
- docker rm -f $IMAGE_NAME crdb nats - docker rm -f $IMAGE_NAME crdb nats
- docker volume rm -f crdb - docker volume rm -f crdb
- docker network rm teraflowbridge - docker network rm teraflowbridge
- docker volume prune --force
- docker image prune --force
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)'
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"'
......
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