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
tecnalia_robotics-public
templates
Merge requests
!70
Resolve "Update deprecated deploy job"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update deprecated deploy job"
38-update-deprecated-deploy-job
into
master
Overview
70
Commits
43
Pipelines
38
Changes
2
Merged
Iñigo Moreno i Caireta
requested to merge
38-update-deprecated-deploy-job
into
master
3 years ago
Overview
18
Commits
43
Pipelines
38
Changes
2
Expand
Closes
#38 (closed)
Edited
3 years ago
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
0e947ebe
Prev
Next
Show latest version
2 files
+
7
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0e947ebe
Make deploy jobs only when ddeploy.yaml exists
· 0e947ebe
Iñigo Moreno i Caireta
authored
3 years ago
ci-templates/auto-rules/no-default.yml
+
6
−
6
Options
@@ -56,24 +56,24 @@ industrial_ci_noetic:
@@ -56,24 +56,24 @@ industrial_ci_noetic:
industrial_kinetic_deploy
:
industrial_kinetic_deploy
:
extends
:
.ddeploy
extends
:
.ddeploy
variables
:
ROS_DISTRO
:
kinetic
rules
:
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "kinetic"
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "kinetic"
exists
:
ddeploy.yaml
-
if
:
$DEPLOY && $BUILD_KINETIC
-
if
:
$DEPLOY && $BUILD_KINETIC
exists
:
ddeploy.yaml
industrial_melodic_deploy
:
industrial_melodic_deploy
:
extends
:
.ddeploy
extends
:
.ddeploy
variables
:
ROS_DISTRO
:
melodic
rules
:
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "melodic"
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "melodic"
exists
:
ddeploy.yaml
-
if
:
$DEPLOY && $BUILD_MELODIC
-
if
:
$DEPLOY && $BUILD_MELODIC
exists
:
ddeploy.yaml
industrial_noetic_deploy
:
industrial_noetic_deploy
:
extends
:
.ddeploy
extends
:
.ddeploy
variables
:
ROS_DISTRO
:
noetic
rules
:
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "noetic"
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "noetic"
exists
:
ddeploy.yaml
-
if
:
$DEPLOY && $BUILD_NOETIC
-
if
:
$DEPLOY && $BUILD_NOETIC
exists
:
ddeploy.yaml
Loading