diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-24 16:35:01 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-24 18:54:37 +0200 |
commit | ee90f1bc19c4a62f34f7a329596d613aa931d8a8 (patch) | |
tree | cfc0be59224c50b5c3a3300f268c74f9d210446d /shared/extra-utils/miscs/miscs.ts | |
parent | a293ac71d87fb44fb9c545d2a3f89a5c01850096 (diff) | |
download | PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.tar.gz PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.tar.zst PeerTube-ee90f1bc19c4a62f34f7a329596d613aa931d8a8.zip |
Remove unused gitlab ci env variables
Diffstat (limited to 'shared/extra-utils/miscs/miscs.ts')
-rw-r--r-- | shared/extra-utils/miscs/miscs.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/extra-utils/miscs/miscs.ts b/shared/extra-utils/miscs/miscs.ts index caf09c01f..6a73f461e 100644 --- a/shared/extra-utils/miscs/miscs.ts +++ b/shared/extra-utils/miscs/miscs.ts | |||
@@ -67,8 +67,6 @@ function buildAbsoluteFixturePath (path: string, customCIPath = false) { | |||
67 | if (isAbsolute(path)) return path | 67 | if (isAbsolute(path)) return path |
68 | 68 | ||
69 | if (customCIPath) { | 69 | if (customCIPath) { |
70 | if (process.env.GITLAB_CI) return join(root(), 'cached-fixtures', path) | ||
71 | |||
72 | return join(process.env.HOME, 'fixtures', path) | 70 | return join(process.env.HOME, 'fixtures', path) |
73 | } | 71 | } |
74 | 72 | ||