From 022703d08470f3b8f1d5b4567ee3671a2f72ad0a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 28 Mar 2018 08:47:04 +0100 Subject: [PATCH] proposal: OSA: Do not sync tests/tests-repo-clone.sh anymore The tests/tests-repo-clone.sh file is being phased out from the OSA repositories so the proposal bot should not sync that anymore. Change-Id: Ia923fe60a80110ea09a350670c54a4011a13b089 --- playbooks/proposal/sync_openstack_ansible_common_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/proposal/sync_openstack_ansible_common_files.sh b/playbooks/proposal/sync_openstack_ansible_common_files.sh index 549a0b2102..fd5c1156b3 100644 --- a/playbooks/proposal/sync_openstack_ansible_common_files.sh +++ b/playbooks/proposal/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 .gitignore) +declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile .gitignore) excluded_projects= exclude_project() {