Skip to content
Snippets Groups Projects
Commit 30b0185c authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update deploy/crdb.sh

parent eb3d29a9
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -65,9 +65,10 @@ CRDB_MANIFESTS_PATH="manifests/cockroachdb"
# Create a tmp folder for files modified during the deployment
TMP_MANIFESTS_FOLDER="$TMP_FOLDER/manifests"
mkdir -p $TMP_MANIFESTS_FOLDER
TMP_LOGS_FOLDER="$TMP_FOLDER/logs"
CRDB_LOG_FILE="$TMP_LOGS_FOLDER/crdb_deploy.log"
mkdir -p $TMP_LOGS_FOLDER
CRDB_LOG_FILE="$TMP_LOGS_FOLDER/crdb_deploy.log"
function crdb_deploy_single() {
echo "CockroachDB Namespace"
......
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