Skip to content

Commit

Permalink
Fix install-go.ps1 path in windows unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Aug 31, 2018
1 parent 9ff28b7 commit c3deda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/windows/test-unit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exit 1
}

powershell.exe scripts/install-go.ps1
powershell.exe bosh-dns-release/scripts/install-go.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
refreshenv

Expand Down

0 comments on commit c3deda0

Please sign in to comment.