From 2d0e058dffc6f8f334394cd62ea37bf9ccc488c9 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Oct 2025 20:19:53 +0200 Subject: [PATCH] feat(ci): remove unused tags in GitLab CI configuration Removes commented out tags from the GitLab CI configuration to clean up the file and reduce confusion. The tags are not currently used and their removal helps streamline the CI setup. --- Defaults.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Defaults.gitlab-ci.yml b/Defaults.gitlab-ci.yml index ad59310..01ee712 100644 --- a/Defaults.gitlab-ci.yml +++ b/Defaults.gitlab-ci.yml @@ -7,5 +7,5 @@ default: - "stuck_or_timeout_failure" - "scheduler_failure" - "job_execution_timeout" - tags: - - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME +# tags: +# - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME -- 2.52.0