From fc93c65f76673caec5370cd47bab236e3a08dd7a Mon Sep 17 00:00:00 2001
From: Ismail Ahmad <Ismail.ahmad.217@gmail.com>
Date: Mon, 21 Dec 2020 11:47:55 -0500
Subject: [PATCH] pins umbrella-template version to specific release

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31d22f4508..09b987703c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ workflow:
 include:
   - project: 'platform-one/big-bang/pipeline-templates/umbrella-templates'
     file: '/global.gitlab-ci.yml'
+    ref: 0.0.1
 
 stages:
   - smoke tests
-- 
GitLab