Skip to content

Commit 665c50d

Browse files
author
Tucker Reinhardt
committed
change cortex.yaml to include profiles_region
1 parent e929ac5 commit 665c50d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vscode-docker/create-cortex-config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if [[ -n "${GCP_PROJECT_ID}" ]]; then
6161
gcp_project_id: ${GCP_PROJECT_ID}
6262
gcp_region: ${GCP_REGION:-UNKNOWN}
6363
profiles_repo: shared-artifacts-a2hhlz
64+
profiles_region: us-west2
6465
EOF
6566

6667
echo "cortex.yaml created successfully at ${CORTEX_CONFIG_PATH}"
@@ -75,6 +76,7 @@ else
7576
gcp_project_id: "UNKNOWN"
7677
gcp_region: "UNKNOWN"
7778
profiles_repo: shared-artifacts-a2hhlz
79+
profiles_region: us-west2
7880
# Please update this file with the correct values
7981
EOF
8082
echo "cortex.yaml created with placeholder at ${CORTEX_CONFIG_PATH}"

0 commit comments

Comments
 (0)