Merge "Create dir needed to publish gerrit plugins"
This commit is contained in:
commit
f78f96873d
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
- name: Ensure artifacts directory exists
|
- name: Ensure artifacts directory exists
|
||||||
file:
|
file:
|
||||||
path: '{{ zuul.executor.work_root }}/artifacts'
|
path: '{{ zuul.executor.work_root }}/artifacts/plugins'
|
||||||
state: directory
|
state: directory
|
||||||
|
recurse: yes
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
- name: Ensure artifacts directory exists
|
- name: Ensure artifacts directory exists
|
||||||
file:
|
file:
|
||||||
path: '{{ zuul.executor.work_root }}/artifacts'
|
path: '{{ zuul.executor.work_root }}/artifacts/plugins'
|
||||||
state: directory
|
state: directory
|
||||||
|
recurse: yes
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
- name: Copy files from {{ ansible_user_dir }}/workspace/ on node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user