1
0
Fork 0
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:
MrTimscampi 2020-05-04 10:43:41 +02:00
parent 8e337da01d
commit 83c2f44baa

View file

@ -33,12 +33,12 @@ jobs:
inputs: inputs:
versionSpec: '12.x' versionSpec: '12.x'
- task: Cache@2 #- task: Cache@2
displayName: 'Check Cache' # displayName: 'Check Cache'
inputs: # inputs:
key: 'yarn | yarn.lock' # key: 'yarn | yarn.lock'
path: 'node_modules' # path: 'node_modules'
cacheHitVar: CACHE_RESTORED # cacheHitVar: CACHE_RESTORED
- script: 'yarn install --frozen-lockfile' - script: 'yarn install --frozen-lockfile'
displayName: 'Install Dependencies' displayName: 'Install Dependencies'