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

COB-269: Activate the COBALT software by default

parent 7e8c4caf
No related branches found
No related tags found
1 merge request!939COB-269: Build & deploy COBALT through gitlab
......@@ -862,7 +862,7 @@ deploy-COBALT_GPUProc-prod:
variables:
LOFAR_USER: "lofarbuild"
PACKAGE: "Online_Cobalt"
ACTIVATE: "0"
ACTIVATE: "1" # set to 0 to install the software, but not make it the current version
script:
# install on all production machines
- LOFAR_TARGET="cbm201.control.lofar"
......@@ -911,7 +911,7 @@ deploy-COBALT_OutputProc-prod:
variables:
LOFAR_USER: "lofarbuild"
PACKAGE: "Online_OutputProc"
ACTIVATE: "0"
ACTIVATE: "1" # set to 0 to install the software, but not make it the current version
script:
# install on all production machines
- LOFAR_TARGET="cpu01.cep4.control.lofar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment