Skip to content

Commit ed05c6f

Browse files
committed
CI: update mapt version to v0.12.1
Current used version of mapt have issue to provision the windows machine which is fixed by redhat-developer/mapt#761 in v0.12.1
1 parent 6fb0e2a commit ed05c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-qe-tpl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-e ARM_CLIENT_SECRET='${{secrets.ARM_CLIENT_SECRET}}' \
9494
-e AZURE_STORAGE_ACCOUNT='${{ secrets.AZURE_STORAGE_ACCOUNT }}' \
9595
-e AZURE_STORAGE_KEY='${{ secrets.AZURE_STORAGE_KEY }}' \
96-
quay.io/redhat-developer/mapt:v0.9.9 azure \
96+
quay.io/redhat-developer/mapt:v0.12.1 azure \
9797
windows create \
9898
--project-name 'windows-desktop-${{ env.windows-version }}-${{ env.windows-featurepack }}-${{inputs.qe-type}}-${{inputs.preset}}' \
9999
--backed-url azblob://crc-qenvs-state/${{ github.repository }}-${{ github.run_id }} \
@@ -211,7 +211,7 @@ jobs:
211211
-e ARM_CLIENT_SECRET='${{secrets.ARM_CLIENT_SECRET}}' \
212212
-e AZURE_STORAGE_ACCOUNT='${{ secrets.AZURE_STORAGE_ACCOUNT }}' \
213213
-e AZURE_STORAGE_KEY='${{ secrets.AZURE_STORAGE_KEY }}' \
214-
quay.io/redhat-developer/mapt:v0.9.9 azure \
214+
quay.io/redhat-developer/mapt:v0.12.1 azure \
215215
windows destroy \
216216
--project-name 'windows-desktop-${{ env.windows-version }}-${{ env.windows-featurepack }}-${{inputs.qe-type}}-${{inputs.preset}}' \
217217
--backed-url azblob://crc-qenvs-state/${{ github.repository }}-${{ github.run_id }}

0 commit comments

Comments
 (0)