From b53ced6ac95d262cb56a510fd96571c23edb564a Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Sun, 23 Jan 2022 10:22:23 +0100 Subject: [PATCH] Ignore failures of AIO container for now #1682 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6143ac90..786926f55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -314,6 +314,7 @@ docker_published_non-release: docker_all_in_one_release: stage: deploy image: egon0/docker-with-buildx-and-git:bash + allow_failure: true services: - docker:20-dind variables: