Skip to content

Commit

Permalink
Remove location inupt
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Sep 19, 2023
1 parent c45ae3e commit f52117f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ jobs:
containerAppEnvironment: ${{ env.TEST_NEW_CONTAINER_APP_ENV }}
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}
location: westeurope

- name: Delete created Azure Container App
if: ${{ always() }}
Expand Down Expand Up @@ -328,7 +327,6 @@ jobs:
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
imageToBuild: ${{ env.TEST_FULL_ACR_NAME }}/${{ env.TEST_IMAGE_REPOSITORY }}:${{ env.TEST_IMAGE_TAG }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}
location: westeurope

- name: Delete created Azure Container App
if: ${{ always() }}
Expand Down Expand Up @@ -378,7 +376,6 @@ jobs:
containerAppName: ${{ env.TEST_CONTAINER_APP_NAME }}
resourceGroup: ${{ vars.TEST_RESOURCE_GROUP_NAME }}
disableTelemetry: ${{ vars.TEST_DISABLE_TELEMETRY }}
location: westeurope

- name: Delete created Azure Container App
if: ${{ always() }}
Expand Down

0 comments on commit f52117f

Please sign in to comment.