Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tamara El Naboulsi
ensembl
Commits
ca7066bd
Unverified
Commit
ca7066bd
authored
3 years ago
by
sgiorgetti
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #596 from sgiorgetti/bugfix/ens_master_renamed
Bugfix/ens master renamed
parents
b000d7c8
9d37cddb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-4
12 additions, 4 deletions
.travis.yml
with
12 additions
and
4 deletions
.travis.yml
+
12
−
4
View file @
ca7066bd
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment