Skip to content
Snippets Groups Projects

Resolve "Update deprecated deploy job"

Merged Iñigo Moreno i Caireta requested to merge 38-update-deprecated-deploy-job into master
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading