IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2a3f5d10 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

prevent optional job duplication

parent 60cbb8b2
No related branches found
No related tags found
No related merge requests found
...@@ -166,9 +166,12 @@ release-clang-8: ...@@ -166,9 +166,12 @@ release-clang-8:
paths: paths:
- build/coverage-report.tar.gz - build/coverage-report.tar.gz
coverage: # special manual job to run after normal pipeline finished coverage: # special manual job to run after normal pipeline on branch finished
<<: *coverage_job <<: *coverage_job
when: manual when: manual
except:
refs:
- master
coverage_master: # special job to run on master banch changes coverage_master: # special job to run on master banch changes
<<: *coverage_job <<: *coverage_job
......
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