From ba1cace93fae5d354a7fe57f1d08249e458276c0 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Sun, 29 Dec 2024 12:23:16 +0100
Subject: [PATCH] Delete lakedrops default config cache for each step

---
 test-and-deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index d28a105..4d9a847 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -148,6 +148,7 @@ Debug:
   variables:
     GIT_STRATEGY: none
   script: |
+    rm -rf /root/.composer/cache/lakedrops-drupal-config/ || true
     INCLUDELAKEDROPSTESTS="no"
     INCLUDEGITLABTESTS="no"
     DBREQUIRED="no"
-- 
GitLab