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
mobile_robotics
wolf_projects
wolf_ros
wolf_ros_vision
Commits
5a0473d1
Commit
5a0473d1
authored
Oct 19, 2022
by
Joan Vallvé Navarro
Browse files
[skip ci] Update .gitlab-ci.yml file
parent
1a1e9412
Pipeline
#15061
failed with stages
in 11 minutes and 51 seconds
Changes
1
Pipelines
17
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5a0473d1
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
-
if
:
$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
when
:
never
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH'
stages
:
-
license
-
build_and_test
...
...
@@ -10,7 +20,6 @@ stages:
-
echo $WOLF_VISION_BRANCH
-
echo $WOLF_ROS_NODE_BRANCH
-
echo $CI_COMMIT_BRANCH
-
echo $WOLF_ROS_VISION_BRANCH
.preliminaries_template
:
&preliminaries_definition
## Install ssh-agent if not already installed, it is required by Docker.
...
...
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