From 885082cd4e2a5cae40fa4dce0525803f79c1af9f Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 8 Jun 2022 16:50:05 +0200
Subject: [PATCH] WIP: Re-enable DEPLOY_REF.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e66c98e..c6f3ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,8 +110,7 @@ trigger_build:
 
   trigger:
     project: caosdb/src/caosdb-deploy
-    # branch: $DEPLOY_REF
-    branch: f-trigger-strategy
+    branch: $DEPLOY_REF
     strategy: depend
 
 # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
-- 
GitLab