From 3ab17da6d067190dcbf4c35328adf387077b18f7 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sylvester.joosten@gmail.com>
Date: Wed, 28 Jul 2021 18:09:19 +0000
Subject: [PATCH] Disable builder export

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 690783884..947472b9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ variables:
   DH_PUSH: 1
 
   ## Also export the raw builder image, will be stored on DH only
-  EXPORT_BUILDER: 1
+  EXPORT_BUILDER: 0
 
   ## TLS error resiliency: number of retries and second wait between tries 
   ## (wait time is doubled with each attempt)
-- 
GitLab