mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Temporary disable cache on MacOS
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
a85b5ef92f
commit
f417dc98c1
@ -33,7 +33,6 @@ jobs:
|
|||||||
key: yarn | $(Agent.OS) | yarn.lock
|
key: yarn | $(Agent.OS) | yarn.lock
|
||||||
restoreKeys: |
|
restoreKeys: |
|
||||||
yarn | "$(Agent.OS)"
|
yarn | "$(Agent.OS)"
|
||||||
yarn
|
|
||||||
path: $(YARN_CACHE_FOLDER)
|
path: $(YARN_CACHE_FOLDER)
|
||||||
displayName: Cache Yarn packages
|
displayName: Cache Yarn packages
|
||||||
- script: make install-deps
|
- script: make install-deps
|
||||||
@ -68,14 +67,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)"
|
||||||
yarn
|
# 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 build-npm
|
- script: make build-npm
|
||||||
@ -114,13 +112,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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user