Skip to content
Snippets Groups Projects
Commit 43a64483 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

build image for mmseq and fastme

parent 776a8d91
No related branches found
No related tags found
No related merge requests found
Pipeline #15902 failed
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment