We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b02d95 commit 198db6eCopy full SHA for 198db6e
packer/windows/conf/buildkite-agent/scripts/terminate-instance.ps1
@@ -22,8 +22,7 @@ if ($lastexitcode -eq 0) {
22
aws autoscaling set-instance-health `
23
--instance-id "$InstanceId" `
24
--region "$Region" `
25
- --health-status Unhealthy `
26
- --no-should-respect-grace-period
+ --health-status Unhealthy
27
} else {
28
Write-Output "terminate-instance: restarting agent..."
29
nssm start buildkite-agent
0 commit comments