Skip to content

Commit d796f80

Browse files
try disabling all job caches
1 parent 8863345 commit d796f80

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ variables:
44
JULIA_DEPOT_PATH: "$CI_PROJECT_DIR/.julia/"
55
JULIA_NUM_THREADS: '8'
66

7-
cache:
8-
key: ${CI_JOB_NAME}
9-
paths:
10-
- downloads
11-
- deps/usr/downloads
12-
- julia/deps/srccache
13-
- .julia/packages/**/deps/usr/downloads
14-
- .julia/artifacts
15-
167
stages:
178
- build
189
- test
1910

11+
job:
12+
cache: {}
13+
2014
build:
2115
stage: build
2216
tags:

0 commit comments

Comments
 (0)