1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Do not use cache

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-11-16 15:21:15 +02:00
parent 8994a600f6
commit a85b5ef92f

View File

@ -114,13 +114,13 @@ jobs:
inputs:
versionSpec: $(node_version)
displayName: Install Node.js
- task: Cache@2
inputs:
key: yarn | $(Agent.OS) | yarn.lock
restoreKeys: |
yarn | "$(Agent.OS)"
path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages
#- task: Cache@2
# inputs:
# key: yarn | $(Agent.OS) | yarn.lock
# restoreKeys: |
# yarn | "$(Agent.OS)"
# path: $(YARN_CACHE_FOLDER)
# displayName: Cache Yarn packages
- script: make install-deps
displayName: Install dependencies
- script: make lint