Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit b16ffc7

Browse files
committed
update build process
1 parent dc281fa commit b16ffc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,12 @@ jobs:
6868
command: yarn build
6969
- run:
7070
name: Move results to ci folder
71-
command: /usr/local/bin/grafana-toolkit plugin:ci-build --finish
71+
command: |
72+
mkdir -pv ci/job/build
73+
mkdir -pv ci/packages
74+
mkdir -pv ci/jobs/package
75+
mkdir -pv ci/grafana-test-env
76+
cp -rv dist ci/job/build
7277
- run:
7378
name: Package distribution
7479
command: |

0 commit comments

Comments
 (0)