Skip to content
Snippets Groups Projects

Adding dump of detector constants

Merged Whitney Armstrong requested to merge add_dump_constants into master
+ 10
0
@@ -93,6 +93,15 @@ include:
- local: 'views/view14.yml'
- local: 'views/view15.yml'
# - local: 'views/config.yml'
#
dump_constants:
stage: test
needs:
- ["common:detector"]
script:
- npdet_info dump ${DETECTOR_PATH}/topside.xml | tee doc/constants.out
report:
stage: finalize
@@ -109,6 +118,7 @@ report:
- view_13
- view_14
- view_15
- dump_constants
artifacts:
paths:
- images/
Loading