From a0e20856f0d95b0b99b4a98e1f0427b6389d76a4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 31 Mar 2024 13:18:39 -0500 Subject: [PATCH] update --- pipeline.yml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index 7db7420..4e4e317 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -6,26 +6,6 @@ variables: GO_VERSION: "1.20" GOLANGCI_LINT_VERISON: "v1.55.2" - - - - - - - - - -compliance: - stage: compliance - trigger: - strategy: depend - include: - - project: 'developerdurp/yml' - ref: 'main' - file: - - 'pipelines/compliance.yml' - - gitlab_generic_package: stage: deploy needs: @@ -50,6 +30,5 @@ build_go_api: file: - 'pipelines/golang.yml' rules: - - if: '$PIPELINE =~ /goapi/' - exists: + - exists: - "go.mod"