From 0017993d1859a509fc723790c1b37f6eb7397923 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 4 Mar 2025 18:32:39 +0100 Subject: [PATCH] Add a cache clear to the drone build, necessary to have translations --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 89a61ca..5603198 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,7 @@ steps: pull: always commands: - composer install --no-scripts --no-interaction + - bin/console cache:clear depends_on: - build-base-image