From 30ac469f5bee8daa34406f28093714fb5266e7c5 Mon Sep 17 00:00:00 2001
From: "Alexander A. Klimov" <alexander.klimov@netways.de>
Date: Thu, 27 Feb 2020 14:10:50 +0100
Subject: [PATCH] bugfix/icinga2-doesn-t-close-connections-7203

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f6ff87..b8a94ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ variables:
   ICINGA_BUILD_TYPE: snapshot
   #ICINGA_BUILD_RELEASE_TYPE:
   #ICINGA_BUILD_TYPE:
-  #ICINGA_BUILD_UPSTREAM_BRANCH:
+  ICINGA_BUILD_UPSTREAM_BRANCH: bugfix/icinga2-doesn-t-close-connections-7203
 
 .build: &build
   stage: build
-- 
GitLab