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 90a3f80 commit 591d247Copy full SHA for 591d247
1 file changed
tasks/infra/agent/integrationTests_windows.yml
@@ -2,7 +2,7 @@
2
dockerfile_lines:
3
- ADD https://download.newrelic.com/infrastructure_agent/windows/newrelic-infra.msi newrelic-infra.msi
4
- RUN $p = Start-Process msiexec.exe -ArgumentList '/a','newrelic-infra.msi','/qn','TARGETDIR=C:\' -Wait -PassThru; if ($p.ExitCode -ne 0) { exit $p.ExitCode }
5
- - COPY tasks/infra/config/fixtures/minimal_infra_config/newrelic-infra.yml "C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml"
+ - COPY ["tasks/infra/config/fixtures/minimal_infra_config/newrelic-infra.yml", "C:/Program Files/New Relic/newrelic-infra/newrelic-infra.yml"]
6
log_entry_expected:
7
- Info.*Infra/Agent/Version.*
8
log_entry_not_expected:
0 commit comments