Skip to content

Commit

Permalink
remove packer
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherveCB committed May 14, 2022
1 parent f516338 commit da7dd1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/windows-2019-provision.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,12 @@ $downloads = [ordered]@{
& "choco.exe" install make --yes --no-progress --limit-output --fail-on-error-output;
# Installation of cygwin
& "choco.exe" install cygwin --yes --no-progress --limit-output --fail-on-error-output;
# Installation of packer
& "choco.exe" install packer --yes --no-progress --limit-output --fail-on-error-output;
};
'sanityCheck'= {
& "choco.exe";
& "make.exe" -version;
# List cygwin tools tools folder (not available in the PATH)
& Get-ChildItem -Path "$baseDir\cygwin\bin\" -Name;
& "packer.exe" --version;
}
};
}
Expand Down

0 comments on commit da7dd1b

Please sign in to comment.