From 7323f973393fdb88e807753fb58786f209beddb1 Mon Sep 17 00:00:00 2001 From: Jan Wennrich <jan.wennrich@pcsg.de> Date: Wed, 29 Mar 2023 15:01:12 +0000 Subject: [PATCH] feat: removes stages from .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c10e2fc..8b44725 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ include: - project: 'quiqqer/semantic-release' file: '/ci-templates/.gitlab-ci.yml' -stages: +#stages: # - lint - - release +# - release ##validate_merge_request_source_branch: ## stage: validate ## script: -- GitLab