Skip to content
Snippets Groups Projects
Commit dca54cb2 authored by Tamara El Naboulsi's avatar Tamara El Naboulsi
Browse files

Merge branch 'master' of https://github.com/Ensembl/ensembl into feature/trans_canonical_attrib

parents 9c04c61e 263365b3
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,18 @@ addons:
- unzip
before_install:
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-io.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
- git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-compara.git
- git clone --depth 1 https://github.com/Ensembl/ensembl-git-tools.git
- export PATH=$PWD/ensembl-git-tools/bin:$PATH
- export ENSEMBL_BRANCH='master'
- export SECONDARY_BRANCH='main'
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH"
- if [[ $TRAVIS_BRANCH =~ ^release\/[0-9]+$ ]]; then export ENSEMBL_BRANCH=$TRAVIS_BRANCH; export SECONDARY_BRANCH=$TRAVIS_BRANCH; fi
- echo "ENSEMBL_BRANCH=$ENSEMBL_BRANCH"
- echo "SECONDARY_BRANCH=$SECONDARY_BRANCH"
- git-ensembl --clone --depth 1 --branch $ENSEMBL_BRANCH --secondary_branch $SECONDARY_BRANCH ensembl-test
- git-ensembl --clone --depth 1 --branch $ENSEMBL_BRANCH --secondary_branch $SECONDARY_BRANCH ensembl-io
- git-ensembl --clone --depth 1 --branch $ENSEMBL_BRANCH --secondary_branch $SECONDARY_BRANCH ensembl-variation
- git-ensembl --clone --depth 1 --branch $ENSEMBL_BRANCH --secondary_branch $SECONDARY_BRANCH ensembl-compara
- git clone -b release-1-6-924 --depth 1 https://github.com/bioperl/bioperl-live.git
install:
......
......@@ -13,7 +13,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
# patch_105_106_b.sql
# patch_106_107_b.sql
#
# Title: Added index
#
......
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