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:
parent
8994a600f6
commit
a85b5ef92f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user