Skip to content
Snippets Groups Projects
Commit d84dd068 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Update ddeploy job names

parent f1f5aae2
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58770 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment