Compare commits

...

1 Commits

Author SHA1 Message Date
0017993d18 Add a cache clear to the drone build, necessary to have translations
Some checks failed
continuous-integration/drone/tag Build is failing
2025-03-04 18:32:39 +01:00

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