From 6bd28acf8fd2d30da9146598b4ecde59109bd57a Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Fri, 6 Jul 2018 14:58:50 +0000 Subject: [PATCH] Revert "proposal: OSA: Do not sync tests/tests-repo-clone.sh anymore" This reverts commit 022703d08470f3b8f1d5b4567ee3671a2f72ad0a. We actually still want to sync this file for stable branches, so we revert this commit. Change-Id: I63ac677b620cd627b6a4c8dfa6c8e978d4ec6f61 --- 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 fd5c1156b3..549a0b2102 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 .gitignore) +declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore) excluded_projects= exclude_project() {