From c20433e5e4884d2cdab42eab58417a11c197f802 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 2 Oct 2018 10:11:48 +1000 Subject: [PATCH] remove comments from multiplle yaml string that breaks tests for now --- test/integration/targets/win_psmodule/tasks/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/targets/win_psmodule/tasks/test.yml b/test/integration/targets/win_psmodule/tasks/test.yml index b74ab4fa644..c6b2994324b 100644 --- a/test/integration/targets/win_psmodule/tasks/test.yml +++ b/test/integration/targets/win_psmodule/tasks/test.yml @@ -145,7 +145,6 @@ - name: Copy some module to custom repo win_shell: | - # Need PSGet 1.6.0 for publishing and named repo usage $psg = [PSCustomObject]@{ n="PowerShellGet"; v="1.6.0"}; Remove-Module -Name $psg.n -Force -EA SilentlyContinue;