From 9301b11160f8c1a0e7606978b3e3cf1091b15505 Mon Sep 17 00:00:00 2001 From: Luke Robles 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