From 75232f6969cdcfc1220f9b8bd481d043ec532e60 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 28 Oct 2024 09:30:27 +0000
Subject: [PATCH] Fixed CI/CD pipeline for OFC24:

- Forced to redeploy CRDB as some DB fields/tables changed
---
 src/tests/ofc24/deploy_specs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/ofc24/deploy_specs.sh b/src/tests/ofc24/deploy_specs.sh
index 4cd0e7fa0..a303537bf 100755
--- a/src/tests/ofc24/deploy_specs.sh
+++ b/src/tests/ofc24/deploy_specs.sh
@@ -110,7 +110,7 @@ export CRDB_DEPLOY_MODE="single"
 export CRDB_DROP_DATABASE_IF_EXISTS="YES"
 
 # Disable flag for re-deploying CockroachDB from scratch.
-export CRDB_REDEPLOY=""
+export CRDB_REDEPLOY="YES"
 
 
 # ----- NATS -------------------------------------------------------------------
-- 
GitLab