File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,13 @@ variables:
21
21
HOMEBREW_CACHE : " ${CI_PROJECT_DIR}/tmp/Homebrew"
22
22
23
23
# Cached directories shared between jobs & pipelines per-branch per-runner
24
- cache : &global_cache
24
+ cache :
25
25
key : $CI_COMMIT_REF_SLUG
26
26
paths :
27
27
- ./tmp/npm/
28
28
- ./tmp/ts-node-cache/
29
29
# Homebrew cache is only used by the macos runner
30
30
- ./tmp/Homebrew
31
- # Chocolatey cache is only used by the windows runner
32
- - ./tmp/choco
33
31
# `jest` cache is configured in jest.config.js
34
32
- ./tmp/jest/
35
33
@@ -123,7 +121,6 @@ build:windows:
123
121
tags :
124
122
- windows
125
123
before_script :
126
- - choco config set cacheLocation "${env:CI_PROJECT_DIR}\tmp\choco"
127
124
- choco install nodejs --version=16.14.2 -y
128
125
- choco install python --version=3.9.12 -y
129
126
- refreshenv
@@ -298,12 +295,6 @@ integration:macos:
298
295
tags :
299
296
- shared-macos-amd64
300
297
image : macos-11-xcode-12
301
- variables :
302
- HOMEBREW_CACHE : " ${CI_PROJECT_DIR}/tmp/Homebrew"
303
- cache :
304
- key : $CI_COMMIT_REF_SLUG
305
- paths :
306
- - ./tmp/Homebrew
307
298
script :
308
299
- for f in ./builds/*-macos-x64*; do "$f"; done
309
300
rules :
You can’t perform that action at this time.
0 commit comments