From: Vaclav Sraier Date: Mon, 10 May 2021 15:28:50 +0000 (+0000) Subject: ci: removed outdated comment from ci config X-Git-Tag: v6.0.0a1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2cd299fdcf8a743eda6563a1b0a26a8d58fd9b;p=thirdparty%2Fknot-resolver.git ci: removed outdated comment from ci config --- 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