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

This commit is contained in:
Zuul 2020-03-24 15:49:19 +00:00 committed by Gerrit Code Review
commit 287a426821
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 }}"