From 68c5e7569f6189499fd147facde0d6bd3a7d1815 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 26 Mar 2020 09:53:23 -0700 Subject: [PATCH] Trying a build with the new overlay driver --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44f42c10..eee6d0a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ services: command: ["dockerd-entrypoint.sh"] variables: DOCKER_TLS_CERTDIR: "" + DOCKER_DRIVER: overlay stages: - linting