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
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -56,24 +56,24 @@ industrial_ci_noetic:
@@ -56,24 +56,24 @@ industrial_ci_noetic:
industrial_kinetic_deploy:
industrial_kinetic_deploy:
extends: .ddeploy
extends: .ddeploy
variables:
ROS_DISTRO: kinetic
rules:
rules:
- if: $DEPLOY && $DEFAULT_DISTRO == "kinetic"
- if: $DEPLOY && $DEFAULT_DISTRO == "kinetic"
 
exists: ddeploy.yaml
- if: $DEPLOY && $BUILD_KINETIC
- if: $DEPLOY && $BUILD_KINETIC
 
exists: ddeploy.yaml
industrial_melodic_deploy:
industrial_melodic_deploy:
extends: .ddeploy
extends: .ddeploy
variables:
ROS_DISTRO: melodic
rules:
rules:
- if: $DEPLOY && $DEFAULT_DISTRO == "melodic"
- if: $DEPLOY && $DEFAULT_DISTRO == "melodic"
 
exists: ddeploy.yaml
- if: $DEPLOY && $BUILD_MELODIC
- if: $DEPLOY && $BUILD_MELODIC
 
exists: ddeploy.yaml
industrial_noetic_deploy:
industrial_noetic_deploy:
extends: .ddeploy
extends: .ddeploy
variables:
ROS_DISTRO: noetic
rules:
rules:
- if: $DEPLOY && $DEFAULT_DISTRO == "noetic"
- if: $DEPLOY && $DEFAULT_DISTRO == "noetic"
 
exists: ddeploy.yaml
- if: $DEPLOY && $BUILD_NOETIC
- if: $DEPLOY && $BUILD_NOETIC
 
exists: ddeploy.yaml
Loading