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

yet another attempt to fix the clean up stage

parent 22943f26
No related branches found
No related tags found
1 merge request!80yet another attempt to fix the clean up stage
Pipeline #547 passed
......@@ -76,6 +76,7 @@ build dev notification:
script:
- docker run --name "${SERVICE_NAME}-${CI_COMMIT_SHORT_SHA}" ${REGISTRY_URL}/${PROJECT_NAME}/${SERVICE_NAME}:${CI_COMMIT_SHORT_SHA} ./bin/run-tests.sh -b
- docker cp "${SERVICE_NAME}-${CI_COMMIT_SHORT_SHA}":/code/.coverage ./.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
- docker container stop "${SERVICE_NAME}-${CI_COMMIT_SHORT_SHA}" && docker container rm "${SERVICE_NAME}-${CI_COMMIT_SHORT_SHA}"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always
......
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