From efc51ea5aaed5ee3ebd525ced171b7f34bafb1d5 Mon Sep 17 00:00:00 2001
From: Alexey Lunin <alexey.lunin@vereign.com>
Date: Mon, 3 Jun 2024 17:52:05 +0300
Subject: [PATCH] feat: remove temp branch ref

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f63a56c9..6e611ba2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ include:
   - project: 'gaiax/helpers/mono-helpers'
     file:
       - ocm-engine.yml
-    ref: 256-refactor-docker
 
 stages:
   - lint
-- 
GitLab