Skip to content
Snippets Groups Projects
Commit 503baae7 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Cleanup deploy job rules

parent 54f3cbb0
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58889 passed
......@@ -60,9 +60,6 @@ ddeploy_kinetic:
- if: $DEPLOY && ($DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC)
exists:
- ddeploy.yaml
- if: $DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC
exists:
- ddeploy.yaml
when: manual
allow_failure: true
......@@ -72,9 +69,6 @@ ddeploy_melodic:
- if: $DEPLOY && ($DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC)
exists:
- ddeploy.yaml
- if: $DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC
exists:
- ddeploy.yaml
when: manual
allow_failure: true
......@@ -84,8 +78,5 @@ ddeploy_noetic:
- if: $DEPLOY && ($DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC)
exists:
- ddeploy.yaml
- if: $DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC
exists:
- ddeploy.yaml
when: manual
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment