Skip to content
GitLab
Projects
Groups
Snippets
/
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
Hide 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
...
...
@@ -228,4 +240,4 @@ clean:windows:
-
call "%CI_PROJECT_DIR%\\BuildServer\\Windows\\clean.bat"
tags
:
-
sci
-
windows-10
\ No newline at end of file
-
windows-10
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