Skip to content
Snippets Groups Projects
Commit 00183673 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent fca8801a
No related branches found
No related tags found
1 merge request!1092Resolve L2SS-2309 "Trigger deployment"
Pipeline #116672 failed
......@@ -90,10 +90,13 @@ run_shellcheck:
# Run manually to bootstrap CDB/stations/$station.json for stations
# converted from LOFAR1 to LOFAR2.
render_CDB_stations_from_lofar1:
extends: .components
stage: render
needs:
- trigger_prepare
extends:
- .components
- .local_job
rules:
- !reference [.local_job, rules]
- if: $CI
when: manual
script:
- |
......@@ -114,10 +117,13 @@ render_CDB_stations_from_lofar1:
# Generate the ILT configurations for each station.
render_CDB_environment_ilt:
extends: .components
stage: render
needs:
- trigger_prepare
extends:
- .components
- .local_job
rules:
- !reference [.local_job, rules]
- if: $CI
when: manual
before_script:
- sudo apt install -y jq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment