We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c32732 commit 74508a3Copy full SHA for 74508a3
.circleci/config.yml
@@ -41,6 +41,10 @@ jobs:
41
command: |
42
mkdir ci
43
[ -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
48
- save_cache:
49
name: save node_modules
50
paths:
.gitlab-ci.yml
@@ -2,6 +2,7 @@ image: node:14.15.0
2
3
before_script:
4
- yarn install --cache-folder .yarn
5
+ - rm -rf node_modules/@grafana/data/node_modules
6
7
test:
8
stage: test
0 commit comments