From 736a721e298e50fe2eaf28ee4b538a2602815b80 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 25 May 2017 14:00:26 +0100 Subject: [PATCH] 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 --- jenkins/scripts/sync_openstack_ansible_common_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/sync_openstack_ansible_common_files.sh b/jenkins/scripts/sync_openstack_ansible_common_files.sh index 177d1eae78..95cdc75481 100644 --- a/jenkins/scripts/sync_openstack_ansible_common_files.sh +++ b/jenkins/scripts/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) +declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore) excluded_projects= exclude_project() {