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
nomad-lab
nomad-FAIR
Commits
e744e79d
Commit
e744e79d
authored
Jan 08, 2020
by
Lauri Himanen
Browse files
Trying to put docker image push to testing phase.
parent
01f79b81
Pipeline
#66603
canceled with stages
in 6 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e744e79d
...
...
@@ -39,7 +39,7 @@ build:
-
find dependencies -name "*test*" -type d -exec echo "{}/" \; >> .dockerignore
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
-
docker build -t $TEST_IMAGE .
-
docker push $TEST_IMAGE
#
- docker push $TEST_IMAGE
except
:
-
/^dev-.*$/
-
tags
...
...
@@ -57,6 +57,15 @@ buildgui:
-
/^dev-.*$/
-
tags
pushimage
:
stage
:
test
script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
-
docker push $TEST_IMAGE
except
:
-
/^dev-.*$/
-
tags
linting
:
stage
:
test
image
:
$TEST_IMAGE
...
...
Write
Preview
Supports
Markdown
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