From 062f5f5a01e0cb40fa860fe625ac9bf07bdf154b Mon Sep 17 00:00:00 2001
From: Yunhua Koglin <kogliny@amazon.com>
Date: Tue, 9 May 2023 11:41:08 -0500
Subject: [PATCH] revert ref

---
 .gitlab-ci.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e94f2f6e0..edba954cd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,38 +22,29 @@ variables:
 include:
   - project: "osdu/platform/ci-cd-pipelines"
     file: "standard-setup.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "build/maven.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "scanners/fossa-maven.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "scanners/gitlab-ultimate.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/azure.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/gc-global.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/aws-global.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/aws-maven.yml"
-    ref: m18-pipeline-update-mm
 
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/ibm.yml"
-    ref: m18-pipeline-update-mm
 
   - local: "devops/gc/pipeline/override-stages.yml"
-- 
GitLab