Skip to content

Commit 74ef2e5

Browse files
committed
WIP
1 parent da0e1cb commit 74ef2e5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.gitlab-ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ variables:
2121
HOMEBREW_CACHE: "${CI_PROJECT_DIR}/tmp/Homebrew"
2222

2323
# Cached directories shared between jobs & pipelines per-branch per-runner
24-
cache: &global_cache
24+
cache:
2525
key: $CI_COMMIT_REF_SLUG
2626
paths:
2727
- ./tmp/npm/
2828
- ./tmp/ts-node-cache/
2929
# Homebrew cache is only used by the macos runner
3030
- ./tmp/Homebrew
31-
# Chocolatey cache is only used by the windows runner
32-
- ./tmp/choco
3331
# `jest` cache is configured in jest.config.js
3432
- ./tmp/jest/
3533

@@ -123,7 +121,6 @@ build:windows:
123121
tags:
124122
- windows
125123
before_script:
126-
- choco config set cacheLocation "${env:CI_PROJECT_DIR}\tmp\choco"
127124
- choco install nodejs --version=16.14.2 -y
128125
- choco install python --version=3.9.12 -y
129126
- refreshenv
@@ -298,12 +295,6 @@ integration:macos:
298295
tags:
299296
- shared-macos-amd64
300297
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
307298
script:
308299
- for f in ./builds/*-macos-x64*; do "$f"; done
309300
rules:

0 commit comments

Comments
 (0)