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
This commit is contained in:
Markos Chandras 2018-03-28 08:47:04 +01:00
parent a6dd6ff720
commit 022703d084
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 .gitignore)
declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile .gitignore)
excluded_projects=
exclude_project() {