Skip to content

Instantly share code, notes, and snippets.

@trodemaster
Created October 23, 2016 03:27
Show Gist options
  • Save trodemaster/00e977e3716fd24f7537eefc63de185e to your computer and use it in GitHub Desktop.
Save trodemaster/00e977e3716fd24f7537eefc63de185e to your computer and use it in GitHub Desktop.
Working
[INFO] starting remote command: powershell "& { $env:PACKER_BUILDER_TYPE=\"vmware-iso\"; $env:PACKER_BUILD_NAME=\"vmware-iso\"; $env:blob_webserver=\"http://packer-blobs.s3.localdomain.local/FILES/\"; c:/Windows/temp/download-winfiles.ps1; exit $LastExitCode}"
Busted
[INFO] starting remote command: powershell "& { $env:PACKER_BUILDER_TYPE="vmware-iso"; $env:PACKER_BUILD_NAME="vmware-iso"; $env:blob_webserver="http://packer-blobs.s3.localdomain.local/FILES/"; c:/Windows/temp/download-winfiles.ps1; exit $LastExitCode}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment