From e8afe9128f526ab4f459ba217aaa85ed23c1343b Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 19 Jul 2019 13:42:09 -0400 Subject: [PATCH] proposal: add sync for doc/* in openstack-ansible We have started to maintain some of the items inside doc/* to be sync'd such as requirements to build docs, this patch adds it. Change-Id: I73c32ea17a9fb0f6d0ba1887f8618aa508ba63c5 --- playbooks/proposal/sync_openstack_ansible_common_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/proposal/sync_openstack_ansible_common_files.sh b/playbooks/proposal/sync_openstack_ansible_common_files.sh index c51a4809e9..1318b8e530 100644 --- a/playbooks/proposal/sync_openstack_ansible_common_files.sh +++ b/playbooks/proposal/sync_openstack_ansible_common_files.sh @@ -20,7 +20,7 @@ set -eu OSA_PROJECT=${1} # Careful of what you put here. -declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore sync/tasks/*) +declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore sync/doc/* sync/tasks/*) excluded_projects= exclude_project() {