Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
Text Mining
Bio Tools
linnaeus-gate-wrapper
Commits
eebfe05b
Commit
eebfe05b
authored
Oct 05, 2021
by
jcorvi
Browse files
Merge branch 'develop' into 'master'
Develop See merge request
!1
parents
a3b63716
0bfbedea
Pipeline
#24896
passed with stage
in 2 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
eebfe05b
variables
:
DOCKER_
USER
:
javicorvi
DOCKER_BUILD
:
$DOCKER_
USER
/$CI_PROJECT_
NAME
:$CI_COMMIT_REF_NAME
DOCKER_
REGISTRY
:
registry.gitlab.bsc.es
IMAGE_FULL_PATH
:
$DOCKER_
REGISTRY
/$CI_PROJECT_
PATH
:$CI_COMMIT_REF_NAME
stages
:
-
build
build_docker_image
:
stage
:
build
only
:
-
tags
script
:
-
docker login -u
javicorvi -p $DOCKER_PASS
-
docker build -t $
DOCKER_BUILD
.
-
docker push $
DOCKER_BUILD
-
docker login -u
gitlab-ci-token -p $CI_BUILD_TOKEN $DOCKER_REGISTRY
-
docker build -t $
IMAGE_FULL_PATH
.
-
docker push $
IMAGE_FULL_PATH
tags
:
-
build
\ No newline at end of file
-
build
CHANGELOG
View file @
eebfe05b
# Change Log
## Version 2.0, 2021-10-05
new docker home, registry.gitlab.bsc.es/inb/text-mining/bio-tools/linnaeus-gate-wrapper
## Version 1.0, 2020-03-03
First version of the component.
README.md
View file @
eebfe05b
...
...
@@ -16,7 +16,7 @@ https://www.ncbi.nlm.nih.gov/pubmed/20149233/
http://linnaeus.sourceforge.net/
## Actual Version:
1
.0, 202
0-03
-0
4
## Actual Version:
2
.0, 202
1-10
-0
5
## [Changelog](https://gitlab.bsc.es/inb/text-mining/bio-tools/linnaeus-gate-wrapper/blob/master/CHANGELOG)
## Docker
javicorvi/linnaeus-gate-wrapper
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment