Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MDANSE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scientific Software
MDANSE
Commits
d07eb68e
Commit
d07eb68e
authored
Jun 05, 2018
by
eric pellegrini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
.gitlab-ci.yml
.gitlab-ci.yml
+13
-1
No files found.
.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
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