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

Commit 80cf86e

Browse files
committed
ci update 8
1 parent ddfc35f commit 80cf86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
wget "https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz"
125125
tar zxvf "./ghr_v0.13.0_linux_amd64.tar.gz" -C /usr/local
126126
/bin/rm -rf "./ghr_v0.13.0_linux_amd64.tar.gz"
127+
mkdir -pv dist
128+
cp -r ci/dist/grafana-worldmap-panel/* dist/
127129
DATASOURCE_NAME=grafana-worldmap-panel
128130
RELEASE_NOTES=`awk 'BEGIN {FS="##"; RS=""} FNR==4 {print; exit}' CHANGELOG.md`
129131
VERSION=`cat ci/dist/plugin.json|jq '.info.version'| sed s/\"//g`

0 commit comments

Comments
 (0)