Merge "repo_build: Do not sync links directory between repo_containers" into stable/train

This commit is contained in:
Zuul 2020-03-19 15:15:26 +00:00 committed by Gerrit Code Review
commit 8ddf4f2866
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@
{{ item.src }}
{{ repo_build_service_user_name }}@{{ hostvars[groups['repo_all'][0]]['ansible_host'] }}:{{ item.dest }}
with_items:
- src: "{{ repo_build_global_links_path }}"
dest: "{{ repo_build_base_path }}"
- src: "{{ repo_build_release_path }}"
dest: "{{ repo_build_base_path }}/{{ repo_build_release_version_path }}"
- src: "{{ repo_build_pool_dir }}"