Skip to content
GitLab
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
dc3970cf
Commit
dc3970cf
authored
Apr 08, 2019
by
Amandine PERRIN
Browse files
Build test image
parent
f6c57c40
Pipeline
#11060
failed with stage
in 12 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dc3970cf
...
...
@@ -9,36 +9,36 @@ variables:
before_script
:
-
docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
# build-test-image:
build-test-image
:
only
:
-
docker
stage
:
build
script
:
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
-
docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
-
mmseqs
# build-install-barrnap:
# only:
# - docker
# stage: build
# script:
# - apk update ; apk add git
# - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
# - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
# - mmseqs
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly" for_build/barrnap_only
# - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly"
# build-install-
barrnap
:
# build-install-
annote-and-quicktree
:
# only:
# - docker
# stage: build
# script:
# - apk update ; apk add git
# - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly" for_build/barrnap_only
# - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly"
build-install-annote-and-fasttree
:
only
:
-
docker
stage
:
build
script
:
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-fasttree" for_build/annote_and_1tree
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-fasttree"
# - 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"
# build-ubuntu:
# only:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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