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: ...@@ -90,10 +90,13 @@ run_shellcheck:
# Run manually to bootstrap CDB/stations/$station.json for stations # Run manually to bootstrap CDB/stations/$station.json for stations
# converted from LOFAR1 to LOFAR2. # converted from LOFAR1 to LOFAR2.
render_CDB_stations_from_lofar1: render_CDB_stations_from_lofar1:
extends: .components
stage: render stage: render
needs: extends:
- trigger_prepare - .components
- .local_job
rules:
- !reference [.local_job, rules]
- if: $CI
when: manual when: manual
script: script:
- | - |
...@@ -114,10 +117,13 @@ render_CDB_stations_from_lofar1: ...@@ -114,10 +117,13 @@ render_CDB_stations_from_lofar1:
# Generate the ILT configurations for each station. # Generate the ILT configurations for each station.
render_CDB_environment_ilt: render_CDB_environment_ilt:
extends: .components
stage: render stage: render
needs: extends:
- trigger_prepare - .components
- .local_job
rules:
- !reference [.local_job, rules]
- if: $CI
when: manual when: manual
before_script: before_script:
- sudo apt install -y jq - 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