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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Commits
d84dd068
Commit
d84dd068
authored
Oct 19, 2021
by
Iñigo Moreno i Caireta
Browse files
Options
Downloads
Patches
Plain Diff
Update ddeploy job names
parent
f1f5aae2
No related branches found
No related tags found
1 merge request
!70
Resolve "Update deprecated deploy job"
Pipeline
#58770
passed
Oct 19, 2021
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-templates/auto-rules/no-default.yml
+3
-3
3 additions, 3 deletions
ci-templates/auto-rules/no-default.yml
with
3 additions
and
3 deletions
ci-templates/auto-rules/no-default.yml
+
3
−
3
View file @
d84dd068
...
...
@@ -54,7 +54,7 @@ industrial_ci_noetic:
-
if
:
$BUILD_NOETIC
industrial
_kinetic
_deploy
:
ddeploy
_kinetic
:
extends
:
.ddeploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "kinetic"
...
...
@@ -64,7 +64,7 @@ industrial_kinetic_deploy:
exists
:
-
ddeploy.yaml
industrial
_melodic
_deploy
:
ddeploy
_melodic
:
extends
:
.ddeploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "melodic"
...
...
@@ -74,7 +74,7 @@ industrial_melodic_deploy:
exists
:
-
ddeploy.yaml
industrial_noetic_deploy
:
ddeploy_noetic
:
extends
:
.ddeploy
rules
:
-
if
:
$DEPLOY && $DEFAULT_DISTRO == "noetic"
...
...
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