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
dca54cb2
Commit
dca54cb2
authored
3 years ago
by
Tamara El Naboulsi
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/Ensembl/ensembl
into feature/trans_canonical_attrib
parents
9c04c61e
263365b3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+12
-4
12 additions, 4 deletions
.travis.yml
sql/patch_106_107_b.sql
+1
-1
1 addition, 1 deletion
sql/patch_106_107_b.sql
with
13 additions
and
5 deletions
.travis.yml
+
12
−
4
View file @
dca54cb2
...
...
@@ -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.
sql/patch_106_107_b.sql
+
1
−
1
View file @
dca54cb2
...
...
@@ -13,7 +13,7 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
#
patch_10
5
_10
6
_b
.
sql
#
patch_10
6
_10
7
_b
.
sql
#
#
Title
:
Added
index
#
...
...
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