remove comments from multiplle yaml string that breaks tests for now

pull/46392/head
Jordan Borean 6 years ago committed by Matt Clay
parent 2a4bf670bb
commit c20433e5e4

@ -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;

Loading…
Cancel
Save