CI: Remove yarn cache clean
in lint stage
This commit is contained in:
parent
fbc293b995
commit
1b134c2333
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue