Skip to content
GitLab
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
7090f37b
Commit
7090f37b
authored
May 15, 2019
by
Prada Sarasola, Miguel
Browse files
Prevent GitLab substituting the variable too early
parent
ef6657f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
View file @
7090f37b
...
...
@@ -27,7 +27,7 @@ before_script:
ROS_DISTRO
:
kinetic
ROS_PARALLEL_JOBS
:
"
-j2"
# keep this for now, since there seems to be memory limit issues in the ci VM
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$CATKIN_WORKSPACE"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$
$CATKIN_WORKSPACE"
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
when
:
always
...
...
.gitlab-industrial-ci-kinetic-with-rosinstall.yml
View file @
7090f37b
...
...
@@ -29,7 +29,7 @@ before_script:
UPSTREAM_WORKSPACE
:
file
ROSINSTALL_FILENAME
:
"
.rosinstall"
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$CATKIN_WORKSPACE"
BEFORE_SCRIPT
:
"
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh)
$
$CATKIN_WORKSPACE"
CATKIN_CONFIG
:
'
--cmake-args
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes
-Wno-int-in-bool-context
--'
when
:
always
...
...
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