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

Remove rules repetitions

parent 50518fd1
No related branches found
No related tags found
1 merge request!64Resolve "Improve CI template organization"
Pipeline #55829 failed
...@@ -75,7 +75,6 @@ industrial_ci_melodic: ...@@ -75,7 +75,6 @@ industrial_ci_melodic:
variables: variables:
ROS_DISTRO: melodic ROS_DISTRO: melodic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
rules:
rules: rules:
- if: $DEPLOY - if: $DEPLOY
when: never when: never
...@@ -87,7 +86,6 @@ industrial_ci_noetic: ...@@ -87,7 +86,6 @@ industrial_ci_noetic:
variables: variables:
ROS_DISTRO: noetic ROS_DISTRO: noetic
DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}"
rules:
rules: rules:
- if: $DEPLOY - if: $DEPLOY
when: never when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment