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

build only annote-and-quicktree

parent c401d62c
No related branches found
No related tags found
No related merge requests found
Pipeline #9620 passed
...@@ -39,15 +39,15 @@ build-install-annote-and-quicktree: ...@@ -39,15 +39,15 @@ build-install-annote-and-quicktree:
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
build-ubuntu: # build-ubuntu:
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-ubuntu" for_build/ubuntu # - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu" # - docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
# build-mafft: # build-mafft:
# 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