Skip to content
Snippets Groups Projects
Commit 16652fe1 authored by Jihee Kim's avatar Jihee Kim
Browse files

Fixed position of simulation part

parent 5dd9d15b
Branches
Tags
1 merge request!1Making plots of kinematics
...@@ -191,15 +191,6 @@ crystal_benchmark: ...@@ -191,15 +191,6 @@ crystal_benchmark:
- root -b -q calorimeters/simple_checking_crystal.cxx+ - root -b -q calorimeters/simple_checking_crystal.cxx+
allow_failure: true allow_failure: true
deploy_results:
stage: deploy
needs:
- ["zdc_benchmark","zdc_benchmark_info_histogram"]
tags:
- sodium
script:
- echo "deploy results!"
crystal_pion_simulation: crystal_pion_simulation:
stage: simulate stage: simulate
needs: needs:
...@@ -210,6 +201,15 @@ crystal_pion_simulation: ...@@ -210,6 +201,15 @@ crystal_pion_simulation:
- cp topside/topside.xml ./. - cp topside/topside.xml ./.
- bash calorimeters/run_simulation_crystal_pion.sh - bash calorimeters/run_simulation_crystal_pion.sh
deploy_results:
stage: deploy
needs:
- ["zdc_benchmark","zdc_benchmark_info_histogram"]
tags:
- sodium
script:
- echo "deploy results!"
# artifacts: # artifacts:
# paths: # paths:
# - datasets # - datasets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment