From 76e19c407e997a648717521cff3e06e404438a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Mon, 6 Sep 2021 12:42:36 +0200 Subject: [PATCH] Remove rules repetitions --- .gitlab-industrial-ci-no-rosinstall.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-industrial-ci-no-rosinstall.yml b/.gitlab-industrial-ci-no-rosinstall.yml index 4b1afc9..a893c92 100644 --- a/.gitlab-industrial-ci-no-rosinstall.yml +++ b/.gitlab-industrial-ci-no-rosinstall.yml @@ -75,7 +75,6 @@ industrial_ci_melodic: variables: ROS_DISTRO: melodic DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" - rules: rules: - if: $DEPLOY when: never @@ -87,7 +86,6 @@ industrial_ci_noetic: variables: ROS_DISTRO: noetic DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel:${ROS_DISTRO}" - rules: rules: - if: $DEPLOY when: never -- GitLab