From 960463df7bfcf6ff3cdc8de321197399d1a009d0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 17 May 2021 00:07:55 +0300 Subject: [PATCH] Enable buildkit. I copied it from a different project and I didn't check if it's needed at all. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7e4459..70cfcad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,6 @@ stages: build: extends: .compose-build tags: &tags [ns4.shore.co.il] - variables: - DOCKER_BUILDKIT: "" - COMPOSE_DOCKER_CLI_BUILD: "" pull: extends: .compose-pull -- GitLab