From 3470151e45fd89cb4a074195987b39b48ee05b82 Mon Sep 17 00:00:00 2001 From: diazjj <jjdiaz@cttc.es> Date: Mon, 1 Jul 2024 14:51:41 +0200 Subject: [PATCH] Debugging --- deploy/tfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/tfs.sh b/deploy/tfs.sh index 6626262f8..00bc2d48f 100755 --- a/deploy/tfs.sh +++ b/deploy/tfs.sh @@ -47,7 +47,7 @@ export TFS_SKIP_BUILD=${TFS_SKIP_BUILD:-""} # If not already set, disable build-if-exists flag to skip building Docker images if they already exist. # If TFS_BUILD_IF_EXISTS is "NO", the containers are not rebuilt if they already exist. -export TFS_BUILD_IF_EXISTS=${TFS_BUILD_IF_EXISTS:-"NO"} +export TFS_BUILD_IF_EXISTS=${TFS_BUILD_IF_EXISTS:-"YES"} # ----- CockroachDB ------------------------------------------------------------ -- GitLab