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

Commit fce638b

Browse files
committed
ci update 9
1 parent 80cf86e commit fce638b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
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"
127127
mkdir -pv dist
128+
mkfit -pv artifacts
128129
cp -r ci/dist/grafana-worldmap-panel/* dist/
130+
cp -r ci/artifacts/* artifacts/*
129131
DATASOURCE_NAME=grafana-worldmap-panel
130132
RELEASE_NOTES=`awk 'BEGIN {FS="##"; RS=""} FNR==4 {print; exit}' CHANGELOG.md`
131133
VERSION=`cat ci/dist/plugin.json|jq '.info.version'| sed s/\"//g`
@@ -147,4 +149,4 @@ jobs:
147149
-b "${RELEASE_NOTES}" \
148150
-delete \
149151
v${VERSION} \
150-
./ci/artifacts
152+
./artifacts

0 commit comments

Comments
 (0)