Merge "Create dir needed to publish gerrit plugins"

This commit is contained in:
Zuul 2017-10-26 22:23:19 +00:00 committed by Gerrit Code Review
commit f78f96873d
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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