Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
bodydynamics
Commits
43e1d8a0
Commit
43e1d8a0
authored
11 months ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] ci
parent
599aa902
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!25
Draft: Resolve "Adapt to new sensor constructors in core"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-3
9 additions, 3 deletions
.gitlab-ci.yml
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
9
−
3
View file @
43e1d8a0
...
@@ -8,14 +8,20 @@ include:
...
@@ -8,14 +8,20 @@ include:
-
'
.ci_templates/.install_core.yml'
-
'
.ci_templates/.install_core.yml'
-
'
.ci_templates/.preliminaries.yml'
-
'
.ci_templates/.preliminaries.yml'
# RUN the pipeline if it is triggered:
# - manually from web
# - scheduled
# - by a merge_request event
# - by a commit (push)
# DO NOT RUN the pipeline after a commit in a MR (avoid duplicated pipelines)
workflow
:
workflow
:
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
when
:
always
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
never
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH'
stages
:
stages
:
-
license
-
license
...
...
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