From e14c015bf72cf72707325663668585e25f822090 Mon Sep 17 00:00:00 2001 From: dfeldick Date: Tue, 5 Nov 2024 15:31:47 -0700 Subject: [PATCH] APIGOV-28746 - SRM integration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 233755c5e..4b28ee289 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ include: ref: master file: "/.gitlab-ci-sonar.yml" - project: "apigov/beano_cicd" - ref: APIGOV-28747 + ref: $BEANO_CICD_LATEST # the order of these include files is important file: - "/gitlabci/variables.yml" @@ -49,7 +49,7 @@ include: - "/.gitlab-ci-blackduck.yml" - "/.gitlab-ci-csr.yml" - project: "apigov/beano_cicd" - ref: APIGOV-28747 + ref: $BEANO_CICD_LATEST # this one MUST be after the scurity jobs in order for overrides to work correctly! file: - "/gitlabci/csrjobs.yml"