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

Add build images for 'prodigal' and 'mafft'

parent 429a9e80
No related branches found
No related tags found
No related merge requests found
Pipeline #15891 failed
......@@ -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
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