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
This commit is contained in:
parent
465a6a63b0
commit
e8afe9128f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user