Remove redundant variable;Fix path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-06-04 22:17:55 +02:00
parent b0615f11d1
commit f36f452a59
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ steps:
-var vm_name=$DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-var vsphere_password=$${VSPHERE_PASSWORD} \
-var winrm_password=$${WINRM_PASSWORD} \
./packer/adds
./packer
environment:
VSPHERE_PASSWORD:
from_secret: vsphere_password

View File

@ -2,7 +2,6 @@ vcenter_server = "bv11-vc.bessems.lan"
vsphere_username = "administrator@vsphere.local"
vsphere_datacenter = "DeSchakel"
vsphere_host = "bv11-esx.bessems.lan"
vsphere_hostip = "192.168.11.200"
vsphere_datastore = "Datastore01.SSD"
vsphere_folder = "/Packer"
vsphere_templatefolder = "/Templates"