Merge "jenkins: scripts: Sync the .gitignore file in the OpenStack Ansible projects"

This commit is contained in:
Jenkins 2017-05-26 07:49:32 +00:00 committed by Gerrit Code Review
commit 42792ca478
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)
declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore)
excluded_projects=
exclude_project() {