From f19b5a61ca3bd6c185c0260cebbd6a07d317d11e Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Fri, 6 Aug 2021 07:21:52 -0700 Subject: [PATCH] builds wo dind should work since we are bind-ed to the docker.sock --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c12cab87..23db5d8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,8 @@ variables: DOCKER_BUILDKIT: 1 COMPOSE_DOCKER_CLI_BUILD: 1 -services: - - docker:stable-dind + #services: + # - docker:stable-dind build-prod: tags: