Limit parallel builds due to resource congestion
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Danny Bessems 2021-02-12 20:57:53 +01:00
parent e10c265676
commit b3f358953b

View File

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