Skip to content
Snippets Groups Projects
Commit 93efedcd authored by DAVID Axel's avatar DAVID Axel
Browse files

ci: :green_heart: Remove deploy of coverage result because etulab does not...

ci: :green_heart: Remove deploy of coverage result because etulab does not have gitlab page module activated
parent 872155aa
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ stages: ...@@ -19,7 +19,6 @@ stages:
- 🦄 quality 🦄 - 🦄 quality 🦄
- 🔒️ security 🔒️ - 🔒️ security 🔒️
- 🤞 test 🤞 - 🤞 test 🤞
- deploy
- 🚀 release 🚀 - 🚀 release 🚀
workflow: workflow:
...@@ -342,26 +341,6 @@ dependency_scanning: ...@@ -342,26 +341,6 @@ dependency_scanning:
junit: coverage.xml junit: coverage.xml
# Deploy coverage results
pages:
cache: [ ]
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != 'merge_request_event'
needs:
- 🤞 coverage 🔍️
script:
- mkdir public
- mkdir public/coverage
- mv coverage_html/* public/coverage
artifacts:
when: on_success
paths:
- public
expire_in: 31 days
# Build the package # Build the package
.common_release: .common_release:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment