Abandon attempts to install Edge; Add Firefox
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2021-04-02 16:33:10 +02:00
parent 77d329c0b6
commit 8f54a61482
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ steps:
packer/windowsserver2019.json packer/windowsserver2019.json
- | - |
packer build \ packer build \
-on-error=abort -timestamp-ui \ -on-error=cleanup -timestamp-ui \
-var-file=packer/variables.vsphere.json \ -var-file=packer/variables.vsphere.json \
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \ -var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-var vm_guestos=server2019 \ -var vm_guestos=server2019 \

View File

@ -155,7 +155,7 @@
"choco install -y dotnetfx", "choco install -y dotnetfx",
"choco install -y 7zip.install", "choco install -y 7zip.install",
"choco install -y sysinternals", "choco install -y sysinternals",
"choco install -y microsoft-edge --install-arguments=\"ALLOWINSTALL=1\"" "choco install -y firefox"
], ],
"valid_exit_codes": [0, 3010] "valid_exit_codes": [0, 3010]
}, },