Revert "proposal: OSA: Do not sync tests/tests-repo-clone.sh anymore"

This reverts commit 022703d084.

We actually still want to sync this file for stable branches, so we revert
this commit.

Change-Id: I63ac677b620cd627b6a4c8dfa6c8e978d4ec6f61
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-07-06 14:58:50 +00:00
parent 022703d084
commit 6bd28acf8f
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 .gitignore)
declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore)
excluded_projects=
exclude_project() {