Skip to content

Commit

Permalink
Adding ROVER_RUNNER: true to avoid rover version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Lheureux committed Mar 3, 2021
1 parent 4dd9f20 commit a1960cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/landingzones-tf14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ROVER_RUNNER: true

jobs:
foundations100:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/landingzones-tf15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ROVER_RUNNER: true

jobs:
foundations100:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/landingzones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ROVER_RUNNER: true

jobs:
foundations100:
Expand Down

0 comments on commit a1960cd

Please sign in to comment.