Skip to content

Commit

Permalink
Updated ensembl-metadata to main
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Sep 15, 2021
1 parent 46896ca commit 7bcaec1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ addons:
before_install:
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH"
- export ENSEMBL_BRANCH=master
- if [[ $TRAVIS_BRANCH =~ ^release\/[0-9]+$ ]]; then export ENSEMBL_BRANCH=$TRAVIS_BRANCH; fi
- export METADATA_BRANCH=main
- if [[ $TRAVIS_BRANCH =~ ^release\/[0-9]+$ ]]; then export ENSEMBL_BRANCH=$TRAVIS_BRANCH; export METADATA_BRANCH=$TRAVIS_BRANCH fi
- echo "ENSEMBL_BRANCH=$ENSEMBL_BRANCH"
- echo "METADATA_BRANCH=$METADATA_BRANCH"
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-funcgen.git
- git clone --branch version/2.5 --depth 1 https://github.com/Ensembl/ensembl-hive.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-metadata.git
- git clone --branch $METADATA_BRANCH --depth 1 https://github.com/Ensembl/ensembl-metadata.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-test.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-variation.git
- git clone --branch $ENSEMBL_BRANCH --depth 1 https://github.com/Ensembl/ensembl-compara.git
Expand Down

0 comments on commit 7bcaec1

Please sign in to comment.