CI: Remove yarn cache clean in lint stage

This commit is contained in:
Haelwenn (lanodan) Monnier 2022-08-14 18:58:15 +02:00
parent fbc293b995
commit 1b134c2333

View file

@ -32,7 +32,6 @@ lint:
stage: test
before_script: &before-yarn
- apk --no-cache add git python3 build-base
- yarn cache clean
- yarn
cache:
key: '$CI_COMMIT_SHORT_SHA'