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
+ 4
18
Compare changes
  • Side-by-side
  • Inline
@@ -54,28 +54,14 @@ industrial_ci_noetic:
- if: $BUILD_NOETIC
ddeploy_kinetic:
ddeploy:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC)
- if: $DEPLOY && $CI_COMMIT_TAG
exists:
- ddeploy.yaml
when: manual
allow_failure: true
ddeploy_melodic:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC)
exists:
- ddeploy.yaml
when: manual
allow_failure: true
ddeploy_noetic:
extends: .ddeploy
rules:
- if: $DEPLOY && ($DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC)
when: always
- if: $DEPLOY
exists:
- ddeploy.yaml
when: manual
Loading