Skip to content

Commit

Permalink
Windows Packer: allow reboot exit code for chocolatey
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
  • Loading branch information
lebdron committed Sep 26, 2019
1 parent 856b10f commit 7b23169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .packer/win/windows-build-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"type": "powershell",
"scripts": [
"./scripts/SetUpDevTools.ps1"
]
],
"valid_exit_codes": [0, 3010]
},
{
"type": "windows-restart"
Expand Down

0 comments on commit 7b23169

Please sign in to comment.