From 2971afc3f87338c529f974b44e6da804e27341eb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 1 Apr 2024 06:32:12 -0500 Subject: [PATCH] update --- .gitlab/.gitlab-ci.yml | 1 + .variables.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 7aecd03..37a64ae 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml + - local: .variables.yml - project: 'developerdurp/yml' ref: 'main' file: diff --git a/.variables.yml b/.variables.yml index 34a73cb..6bec45c 100644 --- a/.variables.yml +++ b/.variables.yml @@ -1,5 +1,4 @@ variables: - PIPELINE: 'goapi' GO_VERSION: '1.22' GOLANGCI_LINT_VERISON: "v1.54" OCTO_PROJECT_NAME: "DurpAPI"