Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0f3ab967 authored by Simon Ebel's avatar Simon Ebel
Browse files

feat: more debug logs and always source utils for deploy

parent b5479432
No related branches found
No related tags found
No related merge requests found
#!bin/bash
. $CS_BIN/utils
function printUsage() {
cat <<EOF
......
......@@ -31,16 +31,20 @@ fi
# Export the CLI
setVar PATH $PATH:$BASE_DIR/bin
debug "PATH is : $PATH"
setVar BASE_DIR $BASE_DIR
debug "BASE_DIR is : $BASE_DIR"
setVar CS_BIN $CS_BIN
debug "CS_BIN is : $CS_BIN"
setVar CS_ENV_DIR $BASE_DIR/connection-studio-dir
debug "CS_ENV_DIR is : $CS_ENV_DIR"
setVar LOG_DIR $BASE_DIR/logs/
debug "LOG_DIR is : $LOG_DIR"
# Validate the variable setting
setVar CS_VAR_SET true
debug "CS_VAR_SET : $CS_VAR_SET"
debug "CS_VAR_SET is : $CS_VAR_SET"
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