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
Prada Sarasola, Miguel
templates
Commits
7428254d
Commit
7428254d
authored
Jan 23, 2019
by
Jon Azpiazu
Browse files
Substitute before_script for custom docker image *testing*
parent
31bb1ead
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
7428254d
...
...
@@ -23,7 +23,7 @@ industrial_ci_kinetic:
variables
:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
BEFORE_SCRIPT
:
"
wget
-O
-
https://git.code
.tecnalia.com/te
cnalia_
robotics
-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash
|
bash
"
DOCKER_BASE_IMAGE
:
"
tecnalia-robotics.artifact
.tecnalia.com/te
st-
robotics
/flexbotics-base-devel
"
when
:
always
##########################################################
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
7428254d
...
...
@@ -25,7 +25,7 @@ industrial_ci_kinetic:
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE
:
file
ROSINSTALL_FILENAME
:
"
.rosinstall"
BEFORE_SCRIPT
:
"
wget
-O
-
https://git.code
.tecnalia.com/te
cnalia_
robotics
-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash
|
bash
"
DOCKER_BASE_IMAGE
:
"
tecnalia-robotics.artifact
.tecnalia.com/te
st-
robotics
/flexbotics-base-devel
"
when
:
always
##########################################################
...
...
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