Add a cache clear to the drone build, necessary to have translations

This commit is contained in:
Julie Lenaerts 2025-03-04 18:32:39 +01:00
parent eb8c837a8d
commit 0017993d18

View File

@ -32,6 +32,7 @@ steps:
pull: always
commands:
- composer install --no-scripts --no-interaction
- bin/console cache:clear
depends_on:
- build-base-image