From 564109aa07ff9df6f8b6af5e6bd85db52a15775f Mon Sep 17 00:00:00 2001 From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com> Date: Thu, 29 Aug 2024 17:09:27 +0200 Subject: [PATCH] removes unnecesary stages --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b44071..83194da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,6 @@ variables: GITLAB_CI_FILES: "templates/gitlab-ci-python.yml" GIT_STRATEGY: clone -stages: - - build - - test - - publish - semantic-release: rules: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED -- GitLab