Unverified Commit 2034339b authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

fix: allow for an empty dynamo config file (#712)

parent d374e89f
......@@ -31,7 +31,7 @@ DOCKER_REGISTRY=$1
NAMESPACE=$2
DYNAMO_DIRECTORY=$3
DYNAMO_IDENTIFIER=$4
DYNAMO_CONFIG_FILE=$5
DYNAMO_CONFIG_FILE=${5:-""} # Set to empty string if not provided
# Check if any of the inputs are empty
if [[ -z "$DOCKER_REGISTRY" || -z "$NAMESPACE" || -z "$DYNAMO_IDENTIFIER" || -z "$DYNAMO_DIRECTORY" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment