aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/miscs/miscs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/miscs/miscs.ts')
-rw-r--r--shared/extra-utils/miscs/miscs.ts2
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