From 645cae662cf8d5ce86621cf599fdabfe3dfed02b Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 1 Sep 2022 10:51:13 +0200
Subject: [PATCH] COB-269: Activate the COBALT software by default

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0f15ac0b34..2c799eb8f60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"
-- 
GitLab