This commit is contained in:
parent
301f974faa
commit
4ad5c365d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user