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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user