Add a cache clear to the drone build, necessary to have translations
Some checks failed
continuous-integration/drone/tag Build is failing

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 pull: always
commands: commands:
- composer install --no-scripts --no-interaction - composer install --no-scripts --no-interaction
- bin/console cache:clear
depends_on: depends_on:
- build-base-image - build-base-image