Skip to content

Commit 74508a3

Browse files
committed
Fix CI because of toolchain bug
1 parent 4c32732 commit 74508a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
command: |
4242
mkdir ci
4343
[ -f ~/project/node_modules/.bin/grafana-toolkit ] || yarn install --frozen-lockfile
44+
- run:
45+
name: Fix toolchain bug
46+
command: |
47+
rm -rf node_modules/@grafana/data/node_modules
4448
- save_cache:
4549
name: save node_modules
4650
paths:

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ image: node:14.15.0
22

33
before_script:
44
- yarn install --cache-folder .yarn
5+
- rm -rf node_modules/@grafana/data/node_modules
56

67
test:
78
stage: test

0 commit comments

Comments
 (0)