fetch-javascript-output: do not synchronize owner
Change-Id: Icce95bf2d156359133df1d7c52f49dce292e3edc
This commit is contained in:
parent
7712f61cb2
commit
3dc7a78c9d
@ -67,6 +67,8 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zuul_work_dir }}/reports"
|
src: "{{ zuul_work_dir }}/reports"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
owner: no
|
||||||
|
group: no
|
||||||
when: reports_stat.stat.exists
|
when: reports_stat.stat.exists
|
||||||
|
|
||||||
- name: Check for karma.subunit files
|
- name: Check for karma.subunit files
|
||||||
@ -83,6 +85,8 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zuul_work_dir }}/karma.subunit"
|
src: "{{ zuul_work_dir }}/karma.subunit"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
owner: no
|
||||||
|
group: no
|
||||||
when: karma_stat.stat.exists
|
when: karma_stat.stat.exists
|
||||||
|
|
||||||
- name: Check again for shrinkwrap
|
- name: Check again for shrinkwrap
|
||||||
@ -100,6 +104,8 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zuul_work_dir }}/npm-shrinkwrap.json"
|
src: "{{ zuul_work_dir }}/npm-shrinkwrap.json"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
owner: no
|
||||||
|
group: no
|
||||||
when:
|
when:
|
||||||
- not yarn_lock.stat.exists
|
- not yarn_lock.stat.exists
|
||||||
- shrinkwrap_final.stat.exists
|
- shrinkwrap_final.stat.exists
|
||||||
@ -119,6 +125,8 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
copy_links: "{{ javascript_copy_links }}"
|
copy_links: "{{ javascript_copy_links }}"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
owner: no
|
||||||
|
group: no
|
||||||
when: javascript_output.stat.exists
|
when: javascript_output.stat.exists
|
||||||
|
|
||||||
- name: Check to see if coverage report exists
|
- name: Check to see if coverage report exists
|
||||||
@ -139,6 +147,8 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ coverage_output_src }}"
|
src: "{{ coverage_output_src }}"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
owner: no
|
||||||
|
group: no
|
||||||
when: coverage_report_stat.stat.exists
|
when: coverage_report_stat.stat.exists
|
||||||
|
|
||||||
- name: Return site artifact location to Zuul
|
- name: Return site artifact location to Zuul
|
||||||
|
Loading…
Reference in New Issue
Block a user