mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Disable cache step in CI
This commit is contained in:
parent
8e337da01d
commit
83c2f44baa
1 changed files with 6 additions and 6 deletions
|
@ -33,12 +33,12 @@ jobs:
|
|||
inputs:
|
||||
versionSpec: '12.x'
|
||||
|
||||
- task: Cache@2
|
||||
displayName: 'Check Cache'
|
||||
inputs:
|
||||
key: 'yarn | yarn.lock'
|
||||
path: 'node_modules'
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
#- task: Cache@2
|
||||
# displayName: 'Check Cache'
|
||||
# inputs:
|
||||
# key: 'yarn | yarn.lock'
|
||||
# path: 'node_modules'
|
||||
# cacheHitVar: CACHE_RESTORED
|
||||
|
||||
- script: 'yarn install --frozen-lockfile'
|
||||
displayName: 'Install Dependencies'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue