Skip to content

Commit

Permalink
add suggested params
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Mar 6, 2025
1 parent 2be26ba commit ef9c7ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ stages:
condition: and(succeeded(), eq('${{ parameters.build }}', True))
variables:
TAGS_TO_RUN: imageName=${{ parameters.imageName }}
GALLERY_SUBSCRIPTION_ID_WINDOWS: $(AZURE_BUILD_SUBSCRIPTION_ID)
GALLERY_RESOURCE_GROUP_WINDOWS: $(AZURE_BUILD_RESOURCE_GROUP_NAME)
jobs:
- template: ./e2e-template.yaml
parameters:
Expand Down

0 comments on commit ef9c7ce

Please sign in to comment.