Skip to content
Snippets Groups Projects
Commit 40b5ba8a authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-2343]. Avoid circular dependency. Break cycle in favour of ensembl-test.

parent 4d436017
No related branches found
No related tags found
2 merge requests!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API,!214Trigger builds on a selection of downstream repos (incl. rest) using TravisCI API
......@@ -72,8 +72,7 @@ if [ "${TRAVIS_BRANCH}" != "master" ] || [ "${TRAVIS_PULL_REQUEST}" != "false" ]
fi
# The list of downstream dependent repos
dep_repos=("avullo%2Fensembl%2Dtest"
"avullo%2Fensembl%2Drest")
dep_repos=("avullo%2Fensembl%2Drest")
for dep_repo in "${dep_repos[@]}"; do
# Get the ID of the dependent repo
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment