From 503baae7072d130d6a9ef54e5cb5a99e24ed5f72 Mon Sep 17 00:00:00 2001 From: Jon Azpiazu <jon.azpiazu@tecnalia.com> Date: Wed, 20 Oct 2021 16:37:24 +0200 Subject: [PATCH] Cleanup deploy job rules --- ci-templates/auto-rules/no-default.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index fd70901..1dd532b 100644 --- a/ci-templates/auto-rules/no-default.yml +++ b/ci-templates/auto-rules/no-default.yml @@ -60,9 +60,6 @@ ddeploy_kinetic: - if: $DEPLOY && ($DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC) exists: - ddeploy.yaml - - if: $DEFAULT_DISTRO == "kinetic" || $BUILD_KINETIC - exists: - - ddeploy.yaml when: manual allow_failure: true @@ -72,9 +69,6 @@ ddeploy_melodic: - if: $DEPLOY && ($DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC) exists: - ddeploy.yaml - - if: $DEFAULT_DISTRO == "melodic" || $BUILD_MELODIC - exists: - - ddeploy.yaml when: manual allow_failure: true @@ -84,8 +78,5 @@ ddeploy_noetic: - if: $DEPLOY && ($DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC) exists: - ddeploy.yaml - - if: $DEFAULT_DISTRO == "noetic" || $BUILD_NOETIC - exists: - - ddeploy.yaml when: manual allow_failure: true -- GitLab