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

Cleanup deploy job rules

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