jenkins: scripts: Sync the .gitignore file in the OpenStack Ansible projects
The .gitignore file is common across all OpenStack Ansible projects so add it to the sync list Change-Id: Ic8e6aacd6cb9db6001d31f7995d064035e5bf7a3
This commit is contained in:
parent
4453322c24
commit
736a721e29
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user