Skip to content
Snippets Groups Projects
Commit 5e20aaaa authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

tweaked artifacts

parent 9bd5d23a
No related branches found
No related tags found
1 merge request!2DVMP work
......@@ -5,9 +5,6 @@ default:
- silicon
artifacts:
expire_in: 3 days
paths:
- detector/
- results/
stages:
- init
......@@ -22,6 +19,9 @@ detector:
script:
- mkdir -p detector
- bash init/build_detector.sh
artifacts:
paths:
- detector
include:
- local: 'dis/config.yml'
......
......@@ -9,6 +9,9 @@ dvmp:jpsi_central:generate:
prefix: "$CI_COMMIT_REF_SLUG"
paths:
- results/dvmp
artifacts:
paths:
- results
script:
- echo "stub for generator"
- mkdir -p results/dvmp
......@@ -26,6 +29,9 @@ dvmp:jpsi_central:process:
- touch results/dvmp/sim-stub
- echo "Running the reconstruction"
- touch results/dvmp/rec-stub
artifacts:
paths:
- results
dvmp:jpsi_central:dummy_test:
stage: analyze
......
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