From 7daf8e6153f5a32348976b894f080d88a15fce44 Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Wed, 27 Oct 2021 14:06:12 -0400
Subject: [PATCH] Create Release Branch for version 0.12

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab4b57702..7c6c50b17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,33 +30,43 @@ variables:
 include:
   - project: "osdu/platform/ci-cd-pipelines"
     file: "standard-setup.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "build/maven.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "scanners/gitlab-ultimate.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "scanners/fossa-maven.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/aws.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/azure.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/ibm.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/osdu-gcp-gke.yml"
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: 'cloud-providers/osdu-gcp-global.yml'
+    ref: release/0.12
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "publishing/pages.yml"
+    ref: release/0.12
 
 osdu-gcp-test:
   variables:
-- 
GitLab