Merge "proposal: add sync for doc/* in openstack-ansible"

This commit is contained in:
Zuul 2019-07-19 18:05:51 +00:00 committed by Gerrit Code Review
commit 1c07ab8f30
1 changed files with 1 additions and 1 deletions

View File

@ -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() {