fetch-javascript-output: do not synchronize owner

Change-Id: Icce95bf2d156359133df1d7c52f49dce292e3edc
This commit is contained in:
Albin Vass 2020-05-13 13:30:32 +02:00
parent 7712f61cb2
commit 3dc7a78c9d
1 changed files with 10 additions and 0 deletions

View File

@ -67,6 +67,8 @@
mode: pull
src: "{{ zuul_work_dir }}/reports"
verify_host: true
owner: no
group: no
when: reports_stat.stat.exists
- name: Check for karma.subunit files
@ -83,6 +85,8 @@
mode: pull
src: "{{ zuul_work_dir }}/karma.subunit"
verify_host: true
owner: no
group: no
when: karma_stat.stat.exists
- name: Check again for shrinkwrap
@ -100,6 +104,8 @@
mode: pull
src: "{{ zuul_work_dir }}/npm-shrinkwrap.json"
verify_host: true
owner: no
group: no
when:
- not yarn_lock.stat.exists
- shrinkwrap_final.stat.exists
@ -119,6 +125,8 @@
mode: pull
copy_links: "{{ javascript_copy_links }}"
verify_host: true
owner: no
group: no
when: javascript_output.stat.exists
- name: Check to see if coverage report exists
@ -139,6 +147,8 @@
mode: pull
src: "{{ coverage_output_src }}"
verify_host: true
owner: no
group: no
when: coverage_report_stat.stat.exists
- name: Return site artifact location to Zuul