Skip to content

Commit

Permalink
fix to .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OJevons committed Jan 9, 2024
1 parent 0b91d26 commit 9b094b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ include:
- local: 'benchmarks/timing/config.yml'
- local: 'benchmarks/b0_tracker/config.yml'
- local: 'benchmarks/others/config.yml'
- local: 'benchmarks/backwards_ecal/config.yml
- local: 'benchmarks/backwards_ecal/config.yml'

deploy_results:
stage: deploy
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/backwards_ecal/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bench:ecal_backwards_resolution:
- ["sim:ecal_backwards_electron", "sim:ecal_backwards_photon"]
script:
- echo "I will be analyzing events here!"
- echo "Our intelligence reports that the electron mass is $(cat $LOCAL_DATA_PATH/electron_mass)"
- echo "Our intelligence reports that the electron mass is $(cat $LOCAL_DATA_PATH/electron_mass)"

0 comments on commit 9b094b7

Please sign in to comment.