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
4bff8f04
Commit
4bff8f04
authored
Apr 11, 2019
by
Amandine PERRIN
Browse files
remove image variable in builds
parent
17e911af
Pipeline
#11186
failed with stage
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4bff8f04
...
@@ -27,7 +27,6 @@ build-install-barrnap:
...
@@ -27,7 +27,6 @@ build-install-barrnap:
only
:
only
:
-
docker
-
docker
stage
:
build
stage
:
build
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
script
:
-
apk update ; apk add git
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
git checkout master -- requirements.txt
...
@@ -53,7 +52,6 @@ build-ubuntu:
...
@@ -53,7 +52,6 @@ build-ubuntu:
only
:
only
:
-
docker
-
docker
stage
:
build
stage
:
build
image
:
$CI_DSI_REGISTRY_IMAGE:centos7-maven
script
:
script
:
-
apk update ; apk add git
-
apk update ; apk add git
-
git checkout master -- requirements.txt
-
git checkout master -- requirements.txt
...
...
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