Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amandine PERRIN
pipeline_annotation
Commits
776a8d91
Commit
776a8d91
authored
Oct 07, 2019
by
Amandine PERRIN
Browse files
Add build images for 'prodigal' and 'mafft'
parent
429a9e80
Pipeline
#15891
failed with stage
in 10 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
776a8d91
...
...
@@ -58,17 +58,17 @@ build-ubuntu:
tags
:
-
k8s
#
build-mafft:
#
only:
#
- docker
#
stage: build
#
script:
#
- apk update # ; apk add git
#
# - git checkout master -- requirements.txt
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-mafft" for_build/mafft
#
- docker push "$CI_REGISTRY_IMAGE/install-mafft"
#
tags:
#
- k8s
build-mafft
:
only
:
-
docker
stage
:
build
script
:
-
apk update
# ; apk add git
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-mafft" for_build/mafft
-
docker push "$CI_REGISTRY_IMAGE/install-mafft"
tags
:
-
k8s
# build-mmseqs_and_fastme:
# only:
...
...
@@ -82,13 +82,13 @@ build-ubuntu:
# tags:
# - k8s
#
build-install-prodigal:
#
only:
#
- docker
#
stage: build
#
script:
#
- apk update
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-prodigal" for_build/prodigal
#
- docker push "$CI_REGISTRY_IMAGE/install-prodigal"
#
tags:
#
- k8s
build-install-prodigal
:
only
:
-
docker
stage
:
build
script
:
-
apk update
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-prodigal" for_build/prodigal
-
docker push "$CI_REGISTRY_IMAGE/install-prodigal"
tags
:
-
k8s
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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