From 75be0caacd6e37397a26ce1a8033106e935a8d69 Mon Sep 17 00:00:00 2001
From: Chris Pawlukowsky <c.pawlukowsky@wearemetronome.com>
Date: Thu, 13 Mar 2025 11:44:32 -0400
Subject: [PATCH] Point at new bb pipeline templates branch

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72cb274a1c..959b9f965b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,11 @@
 include:
   - project: "big-bang/pipeline-templates/pipeline-templates"
     # ref: "master"
-    ref: "cp/bb-ib-trigger"
+    ref: "cp/prevent-auto-tag-on-triggered-package-pipeline"
     file: "/pipelines/bigbang-package.yaml"
 variables:
   # PIPELINE_REPO_BRANCH: "master"
-  PIPELINE_REPO_BRANCH: "cp/bb-ib-trigger"
+  PIPELINE_REPO_BRANCH: "cp/prevent-auto-tag-on-triggered-package-pipeline"
   # This branch gets checked out in package-validation repo for upgrade test
   CI_MERGE_REQUEST_TARGET_BRANCH_NAME: "cp/test-ib-trigger-upgrade"
   # PIPELINE_REPO_BRANCH: "master"
-- 
GitLab