Skip to content
Snippets Groups Projects
Commit 1d9e4909 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Keep build jobs on tag commits

parent 693a928f
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58083 passed
...@@ -34,8 +34,6 @@ industrial_ci_kinetic: ...@@ -34,8 +34,6 @@ industrial_ci_kinetic:
variables: variables:
ROS_DISTRO: kinetic ROS_DISTRO: kinetic
rules: rules:
- if: $DEPLOY
when: never
- if: $DEFAULT_DISTRO == "kinetic" - if: $DEFAULT_DISTRO == "kinetic"
- if: $BUILD_KINETIC - if: $BUILD_KINETIC
...@@ -44,8 +42,6 @@ industrial_ci_melodic: ...@@ -44,8 +42,6 @@ industrial_ci_melodic:
variables: variables:
ROS_DISTRO: melodic ROS_DISTRO: melodic
rules: rules:
- if: $DEPLOY
when: never
- if: $DEFAULT_DISTRO == "melodic" - if: $DEFAULT_DISTRO == "melodic"
- if: $BUILD_MELODIC - if: $BUILD_MELODIC
...@@ -54,8 +50,6 @@ industrial_ci_noetic: ...@@ -54,8 +50,6 @@ industrial_ci_noetic:
variables: variables:
ROS_DISTRO: noetic ROS_DISTRO: noetic
rules: rules:
- if: $DEPLOY
when: never
- if: $DEFAULT_DISTRO == "noetic" - if: $DEFAULT_DISTRO == "noetic"
- if: $BUILD_NOETIC - if: $BUILD_NOETIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment