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 7eec130 commit 4e95386Copy full SHA for 4e95386
packer/windows/conf/bin/bk-install-elastic-stack.ps1
@@ -223,7 +223,6 @@ nssm set buildkite-agent AppStderr C:\buildkite-agent\buildkite-agent.log
223
If ($lastexitcode -ne 0) { Exit $lastexitcode }
224
225
nssm set buildkite-agent AppEnvironmentExtra :HOME=C:\buildkite-agent
226
-If ($lastexitcode -ne 0) { Exit $lastexitcode }
227
228
If ((![string]::IsNullOrEmpty($Env:BUILDKITE_ENV_FILE_URL)) -And (Test-Path -Path C:\buildkite-agent\env -PathType leaf)) {
229
foreach ($var in Get-Content C:\buildkite-agent\env) {
0 commit comments