Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/548e3400b595c16c22d28645bc7761b440995e48 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove general yarn restore key to avoid cross OS conflict

pull/7411/head
Qstick 3 years ago
parent 5c31e3f1a2
commit 548e3400b5

@ -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…
Cancel
Save