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
43a64483
Commit
43a64483
authored
Oct 07, 2019
by
Amandine PERRIN
Browse files
build image for mmseq and fastme
parent
776a8d91
Pipeline
#15902
failed with stage
in 7 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43a64483
...
@@ -10,17 +10,17 @@ variables:
...
@@ -10,17 +10,17 @@ variables:
before_script
:
before_script
:
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
build-test-image
:
#
build-test-image:
only
:
#
only:
-
docker
#
- docker
stage
:
build
#
stage: build
script
:
#
script:
-
apk update
# ; apk add git ; apk add apt-utils
#
- apk update # ; apk add git ; apk add apt-utils
# - git checkout master -- requirements.txt
#
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
-
docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
#
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
tags
:
#
tags:
-
k8s
#
- k8s
build-install-barrnap
:
build-install-barrnap
:
only
:
only
:
...
@@ -70,17 +70,17 @@ build-mafft:
...
@@ -70,17 +70,17 @@ build-mafft:
tags
:
tags
:
-
k8s
-
k8s
#
build-mmseqs_and_fastme:
build-mmseqs_and_fastme
:
#
only:
only
:
#
- docker
-
docker
#
stage: build
stage
:
build
#
script:
script
:
#
- apk update # ; apk add git
-
apk update
# ; apk add git
#
# - git checkout master -- requirements.txt
# - git checkout master -- requirements.txt
#
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-mmseqs-fastme" for_build/mmseqs_and_fastme
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-mmseqs-fastme" for_build/mmseqs_and_fastme
#
- docker push "$CI_REGISTRY_IMAGE/install-mmseqs-fastme"
-
docker push "$CI_REGISTRY_IMAGE/install-mmseqs-fastme"
#
tags:
tags
:
#
- k8s
-
k8s
build-install-prodigal
:
build-install-prodigal
:
only
:
only
:
...
...
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