]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/miscs/miscs.ts
Remove unused gitlab ci env variables
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / miscs / miscs.ts
index caf09c01fdd41d23611ab402df8634c0c81cb0d3..6a73f461e2716bcc9afa5f54c7eb371c50ccb0e8 100644 (file)
@@ -67,8 +67,6 @@ function buildAbsoluteFixturePath (path: string, customCIPath = false) {
   if (isAbsolute(path)) return path
 
   if (customCIPath) {
-    if (process.env.GITLAB_CI) return join(root(), 'cached-fixtures', path)
-
     return join(process.env.HOME, 'fixtures', path)
   }