diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index 2b9e7e8989164fbf99e954c29e994d13df136a06..a0d1da0ba6104316b014d0321c2a9766bb6285e6 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"