Skip to content

Commit

Permalink
build e2e locally with no push to acr
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jun 5, 2024
1 parent 664d306 commit 8a2ca19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- template: ./templates/template-az-cli-login.yml
parameters:
azureDevOpsJSONSPN: $(aro-v4-e2e-devops-spn)
- template: ./templates/template-push-images-to-acr.yml
parameters:
rpImageACR: $(RP_IMAGE_ACR)
acrCredentialsJSON: $(acr-credentials)
- script: |
make image-e2e
displayName: Build e2e image
- script: |
make extract-aro-docker
displayName: Extract ARO binaries from build
Expand Down

0 comments on commit 8a2ca19

Please sign in to comment.