Fix quotes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2021-02-14 22:19:03 +01:00
parent 301f974faa
commit 4ad5c365d6

View File

@ -62,10 +62,10 @@ steps:
commands: commands:
- | - |
pwsh -file scripts/Remove-Resources.ps1 \ pwsh -file scripts/Remove-Resources.ps1 \
-VMName '$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10}' \ -VMName $DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-VSphereFQDN 'bv11-vc01.bessems.lan' \ -VSphereFQDN 'bv11-vc01.bessems.lan' \
-VSphereUsername 'administrator@vsphere.local' \ -VSphereUsername 'administrator@vsphere.local' \
-VSpherePassword '$${VSPHERE_PASSWORD}' -VSpherePassword $${VSPHERE_PASSWORD}
environment: environment:
VSPHERE_PASSWORD: VSPHERE_PASSWORD:
from_secret: vsphere_password from_secret: vsphere_password