Merge "Allow overriding the workspace directory in prepare-workspace"

This commit is contained in:
Zuul 2017-09-11 00:16:59 +00:00 committed by Gerrit Code Review
commit bca15b28f0
2 changed files with 2 additions and 1 deletions
roles/prepare-workspace
defaults
tasks

View File

@ -0,0 +1 @@
zuul_workspace_root: .

View File

@ -4,6 +4,6 @@
- name: Synchronize src repos to workspace directory.
synchronize:
dest: .
dest: "{{ zuul_workspace_root }}"
src: "{{ zuul.executor.src_root }}"
no_log: true