Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
d07eb68e
Commit
d07eb68e
authored
Jun 05, 2018
by
eric pellegrini
Browse files
Added docker settings and login in gitlab YAML
parent
71ac01dd
Pipeline
#3856
passed with stages
in 12 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d07eb68e
stages
:
-
docker_login
-
ci
-
deploy
-
clean
docker_login
:
stage
:
docker_login
script
:
-
docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
tags
:
-
docker
-
sci
-
ubuntu
############################
# ubuntu trusty pipeline
############################
...
...
@@ -205,6 +215,8 @@ clean:docker:
script
:
-
chmod 755 ${CI_PROJECT_DIR}/BuildServer/Docker/clean.sh
-
${CI_PROJECT_DIR}/BuildServer/Docker/clean.sh
after_script
:
-
docker logout
tags
:
-
docker
-
sci
...
...
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