Skip to content

Commit

Permalink
don't use hard-coded LOCATION for e2e bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingchuan Hao committed Sep 29, 2022
1 parent 63a876a commit 18e44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ az account set -s ${AZURE_SUBSCRIPTION_ID}
# Create resource group to host hub and member clusters.
# RANDOM ID promises workflow runs don't interface one another.
export RESOURCE_GROUP="${AZURE_RESOURCE_GROUP:-fleet-networking-e2e-$RANDOM}"
export LOCATION=eastus
export LOCATION="${LOCATION:-eastus}"
az group create --name $RESOURCE_GROUP --location $LOCATION --tags "source=fleet-networking"

# Defer function to recycle created Azure resource.
Expand Down

0 comments on commit 18e44df

Please sign in to comment.