Merge "Allow overriding the workspace directory in prepare-workspace"
This commit is contained in:
commit
bca15b28f0
1
roles/prepare-workspace/defaults/main.yaml
Normal file
1
roles/prepare-workspace/defaults/main.yaml
Normal file
@ -0,0 +1 @@
|
||||
zuul_workspace_root: .
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user