Skip to content

Commit

Permalink
fix init oai v2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatsalya committed Oct 9, 2023
1 parent c643bae commit b209fee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions infra/bootstrapping/init_environment_oai_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ then
echo_warning "No workspace name [WORKSPACE_NAME] specified, defaulting to ${WORKSPACE_NAME}."
fi

LOCATION=${LOCATION:-}
if [[ -z "$LOCATION" ]]
then
export LOCATION="northcentralus"
echo_warning "No resource group location [LOCATION] specified, defaulting to ${LOCATION}."
fi
# LOCATION=${LOCATION:-}
# if [[ -z "$LOCATION" ]]
# then
export LOCATION="northcentralus"
echo_warning "No resource group location [LOCATION] specified, defaulting to ${LOCATION}."
# fi

REGISTRY_NAME=${REGISTRY_NAME:-}
if [[ -z "$REGISTRY_NAME" ]]
Expand Down

0 comments on commit b209fee

Please sign in to comment.