From c3e20cdbaa65944b762734eeea0b9ffc78596e5c Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Thu, 26 Oct 2023 13:43:18 +0200
Subject: [PATCH] TMSS-2827: we don't build/deploy mac for lofar1 anymore. So,
 allow_failure=true. If and only if we do need to release an emergency fix,
 then we will make sure this build chain for mac works again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 949edc8f30e..00134f76cdd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,6 +116,7 @@ prepare_ci_mac_docker_image:
   script:
     - docker build --build-arg BASE_VERSION=$CI_COMMIT_SHORT_SHA -t ci_mac:$CI_COMMIT_SHORT_SHA -f  Docker/lofar-ci/Dockerfile_ci_mac .
   interruptible: true
+  allow_failure: true
 
 #
 # BUILD STAGE
-- 
GitLab