Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-doc
Commits
3877d57c
Commit
3877d57c
authored
May 18, 2018
by
Guilhem Saurel
Committed by
Florent Lamiraux florent@laas.fr
May 18, 2018
Browse files
[CI Gitlab] use eur0c's public docker registry for gitlab-ci
parent
d2937e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3877d57c
...
...
@@ -61,25 +61,25 @@ variables:
-
workspace
master-build
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/master-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/master-premade:16.04
only
:
-
future
<<
:
*build_definition
ubuntu-14.04-build
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
only
:
-
ubuntu-14.04
<<
:
*build_definition
devel-build
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/devel-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/devel-premade:16.04
only
:
-
devel
<<
:
*build_definition
master-test
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/master-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/master-premade:16.04
dependencies
:
-
master-build
only
:
...
...
@@ -87,7 +87,7 @@ master-test:
<<
:
*test_definition
ubuntu-14.04-test
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
dependencies
:
-
ubuntu-14.04-build
only
:
...
...
@@ -95,7 +95,7 @@ ubuntu-14.04-test:
<<
:
*test_definition
devel-test
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/devel-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/devel-premade:16.04
dependencies
:
-
devel-build
only
:
...
...
@@ -103,7 +103,7 @@ devel-test:
<<
:
*test_definition
master-doc
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/master-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/master-premade:16.04
dependencies
:
-
master-build
only
:
...
...
@@ -111,7 +111,7 @@ master-doc:
<<
:
*doc_definition
ubuntu-14.04-doc
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/ubuntu-14.04-premade:14.04
dependencies
:
-
ubuntu-14.04-build
only
:
...
...
@@ -119,7 +119,7 @@ ubuntu-14.04-doc:
<<
:
*doc_definition
devel-doc
:
image
:
gepgitlab
.laas.fr:
4567
/humanoid-path-planner/hpp-doc/devel-premade:16.04
image
:
eur0c
.laas.fr:
5000
/humanoid-path-planner/hpp-doc/devel-premade:16.04
dependencies
:
-
devel-build
only
:
...
...
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