Fix e2e pipeline buy hardcoding ARO_IMAGE value

ARO_IMAGE does not appear to be carried over from previous pipelines.
Hardcoding value to be passed to make.
This commit is contained in:
Steven Fairchild 2023-03-24 05:09:48 -04:00 коммит произвёл Caden Marchese
Родитель 3d540c3a8e
Коммит 1e125095f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ jobs:
parameters:
rpImageACR: $(RP_IMAGE_ACR)
- script: |
make extract-aro-docker
ARO_IMAGE=arointsvc.azurecr.io/aro:latest make extract-aro-docker
displayName: Extract ARO binaries from build
- script: |