Commit 3470151e authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent 638299bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ------------------------------------------------------------