mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
c2a50ec4d3
commit
a6b5011cb7
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ def download_unittest_reports(options):
|
|||
os.makedirs(xml_reports_path)
|
||||
|
||||
cmds = (
|
||||
'salt {0} archive.tar zcvf /tmp/xml-test-reports.tar.gz \'*.xml\' cwd=/tmp/xml-unitests-output/',
|
||||
'salt {0} archive.tar zcvf /tmp/xml-test-reports.tar.gz \'*.xml\' cwd=/tmp/xml-unittests-output/',
|
||||
'salt {0} cp.push /tmp/xml-test-reports.tar.gz',
|
||||
'mv -f /var/cache/salt/master/minions/{1}/files/tmp/xml-test-reports.tar.gz {2} && '
|
||||
'tar zxvf {2}/xml-test-reports.tar.gz -C {2}/xml-test-reports && '
|
||||
|
|
Loading…
Add table
Reference in a new issue