mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
put -C tar command back in
This commit is contained in:
parent
286de2466d
commit
e7a09640fa
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ def download_unittest_reports(options):
|
|||
'salt {0} archive.tar zcvf /tmp/xml-test-reports.tar.gz \'*.xml\' cwd=/tmp/xml-unitests-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 {2}/xml-test-reports && '
|
||||
'tar zxvf {2}/xml-test-reports.tar.gz -C {2}/xml-test-reports && '
|
||||
'rm -f {2}/xml-test-reports.tar.gz'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue