Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prada Sarasola, Miguel
templates
Commits
1ea53f66
Commit
1ea53f66
authored
1 year ago
by
Jon Azpiazu
Browse files
Options
Downloads
Patches
Plain Diff
Fix variable definition
parent
dcfb9f91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-templates/industrial-ci-templates.yml
+0
-2
0 additions, 2 deletions
ci-templates/industrial-ci-templates.yml
with
0 additions
and
2 deletions
ci-templates/industrial-ci-templates.yml
+
0
−
2
View file @
1ea53f66
...
...
@@ -13,7 +13,6 @@ variables:
DOCKER_IMAGE
:
"
${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
ADDITIONAL_DEBS
:
curl
PARALLEL_BUILDS
:
2
# keep this for now, since there seems to be memory limit issues in the ci VM
GITLAB_TEMPLATES_BRANCH
:
master
AFTER_SETUP_TARGET_WORKSPACE
:
"
rosenv
&&
bash
<(curl
-Ls
https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/scripts/ci_run_entry_points.sh)
$$current_ws"
CMAKE_ARGS
:
-DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
...
...
@@ -25,7 +24,6 @@ variables:
DOCKER_PUSH_NAME
:
${CI_PROJECT_PATH}
DOCKER_PUSH_TAG
:
${CI_COMMIT_REF_NAME}
DDEPLOY_YAML
:
ddeploy.yaml
GITLAB_TEMPLATES_BRANCH
:
master
before_script
:
-
apk add --update python3 git py3-pip git-lfs bash curl jq
# forward the SSH authentication into the Docker executor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment