Skip to content

Commit

Permalink
Updated ensembl-metadata to main - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Sep 15, 2021
1 parent 7bcaec1 commit 2df4b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_install:
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH"
- export ENSEMBL_BRANCH=master
- export METADATA_BRANCH=main
- if [[ $TRAVIS_BRANCH =~ ^release\/[0-9]+$ ]]; then export ENSEMBL_BRANCH=$TRAVIS_BRANCH; export METADATA_BRANCH=$TRAVIS_BRANCH fi
- 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
Expand Down

0 comments on commit 2df4b43

Please sign in to comment.