mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Remove general yarn restore key to avoid cross OS conflict
This commit is contained in:
parent
7404793dcf
commit
6659bc034c
1 changed files with 0 additions and 2 deletions
|
@ -173,7 +173,6 @@ stages:
|
|||
key: 'yarn | "$(osName)" | yarn.lock'
|
||||
restoreKeys: |
|
||||
yarn | "$(osName)"
|
||||
yarn
|
||||
path: $(yarnCacheFolder)
|
||||
displayName: Cache Yarn packages
|
||||
- bash: ./build.sh --frontend
|
||||
|
@ -976,7 +975,6 @@ stages:
|
|||
key: 'yarn | "$(osName)" | yarn.lock'
|
||||
restoreKeys: |
|
||||
yarn | "$(osName)"
|
||||
yarn
|
||||
path: $(yarnCacheFolder)
|
||||
displayName: Cache Yarn packages
|
||||
- bash: ./build.sh --lint
|
||||
|
|
Loading…
Reference in a new issue