From 5f2cd299fdcf8a743eda6563a1b0a26a8d58fd9b Mon Sep 17 00:00:00 2001
From: Vaclav Sraier <vaclav.sraier@nic.cz>
Date: Mon, 10 May 2021 15:28:50 +0000
Subject: [PATCH] ci: removed outdated comment from ci config

---
 manager/.gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/manager/.gitlab-ci.yml b/manager/.gitlab-ci.yml
index fe8018653..0a07b4ed6 100644
--- a/manager/.gitlab-ci.yml
+++ b/manager/.gitlab-ci.yml
@@ -4,12 +4,7 @@ stages:
 
 image: registry.nic.cz/knot/knot-resolver-manager/devenv:latest
 
-# Ideally, the CI would build it's own container and use it afterwards. This workflow should be supported,
-# at least according to the GitLab documentation:
-# https://gitlab.nic.cz/help/user/packages/container_registry/index#container-registry-examples-with-gitlab-cicd
-# Sadly, it does not work on our infrastructure. I did not however test it thoroughly and/or consulted it with
-# anyone else. So it might be fixable. For now, let's leave the config here and we might fix it in the future.
-#
+
 build:
   image: docker:20-dind
   stage: image
-- 
GitLab