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
17e911af
Commit
17e911af
authored
Apr 11, 2019
by
Amandine PERRIN
Browse files
replace stage 'compile' by 'build'
parent
ff78d434
Pipeline
#11155
failed with stage
in 12 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17e911af
...
...
@@ -13,7 +13,7 @@ before_script:
build-test-image
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
@@ -26,7 +26,7 @@ build-test-image:
build-install-barrnap
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
@@ -39,7 +39,7 @@ build-install-barrnap:
build-install-annote-and-quicktree
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
@@ -52,7 +52,7 @@ build-install-annote-and-quicktree:
build-ubuntu
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
@@ -65,7 +65,7 @@ build-ubuntu:
build-mafft
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
@@ -78,7 +78,7 @@ build-mafft:
build-mmseqs_and_fastme
:
only
:
-
docker
stage
:
comp
il
e
stage
:
bu
il
d
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
-
apk update ; apk add git
...
...
Write
Preview
Markdown
is supported
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