mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Use cache directory relative to Invidious repo
https://github.com/iv-org/invidious/pull/2397#discussion_r753732453
This commit is contained in:
parent
55b92112e3
commit
8f129b85ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/invidious
|
/invidious
|
||||||
/sentry
|
/sentry
|
||||||
/config/config.yml
|
/config/config.yml
|
||||||
|
/invidious-videojs-dep-install
|
@ -2,7 +2,7 @@ version: 1
|
|||||||
registry_url: "https://registry.npmjs.org"
|
registry_url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
# Dependencies are stored as <dependency_name>/package.tgz
|
# Dependencies are stored as <dependency_name>/package.tgz
|
||||||
cache_directory: "/tmp/invidious-videojs-dep-install"
|
cache_directory: "./invidious-videojs-dep-install"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
#Due to a 'video append of' error (see #3011), we're stuck on 7.12.1.
|
#Due to a 'video append of' error (see #3011), we're stuck on 7.12.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user