From d84dd068f133151410e9fa834393a0d3193da4f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Tue, 19 Oct 2021 11:21:43 +0200
Subject: [PATCH] Update ddeploy job names

---
 ci-templates/auto-rules/no-default.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml
index 2b9e7e8..a0d1da0 100644
--- a/ci-templates/auto-rules/no-default.yml
+++ b/ci-templates/auto-rules/no-default.yml
@@ -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"
-- 
GitLab