Skip to content
Snippets Groups Projects
Commit a9d3c0e8 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fix direct trigger of pipeline

For so me reason it doesn't like to be triggered directly (ie not from
detector_benchmarks.
parent a5f76dd8
Branches
No related tags found
1 merge request!308Fix direct trigger of pipeline
image: ${BENCHMARKS_REGISTRY}/${BENCHMARKS_CONTAINER}:${BENCHMARKS_TAG}
default:
before_script:
- source .local/bin/env.sh
interruptible: true
tags:
- phy-scratch
......@@ -76,7 +74,9 @@ common:detector:
stage: initialize
needs: ["common:setup"]
script:
- source .local/bin/env.sh && build_detector.sh
- source .local/bin/env.sh
- ./.local/bin/print_env.sh
- ./.local/bin/build_detector.sh
- mkdir_local_data_link sim_output
- mkdir -p results
- mkdir -p config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment