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: inputs:
versionSpec: $(node_version) versionSpec: $(node_version)
displayName: Install Node.js displayName: Install Node.js
- task: Cache@2 #- task: Cache@2
inputs: # inputs:
key: yarn | $(Agent.OS) | yarn.lock # key: yarn | $(Agent.OS) | yarn.lock
restoreKeys: | # restoreKeys: |
yarn | "$(Agent.OS)" # yarn | "$(Agent.OS)"
path: $(YARN_CACHE_FOLDER) # path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages # displayName: Cache Yarn packages
- script: make install-deps - script: make install-deps
displayName: Install dependencies displayName: Install dependencies
- script: make lint - script: make lint