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

Commit d0df25e

Browse files
committed
ci config 6
1 parent 39b7cea commit d0df25e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@ 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
DATASOURCE_NAME=grafana-worldmap-panel
128-
# copy ci dist
129-
cp -r ci/jobs/build_plugin/dist .
130-
# copy ci artifacts
131-
mkdir -p artifacts
132-
# skip for this type of build
133-
# cp -r ci/packages/* artifacts
134-
cp -r release/* artifacts
135-
apk add --update --no-cache jq git-lfs
136128
RELEASE_NOTES=`awk 'BEGIN {FS="##"; RS=""} FNR==4 {print; exit}' CHANGELOG.md`
137129
VERSION=`cat dist/plugin.json|jq '.info.version'| sed s/\"//g`
138130
git config user.email "[email protected]"
@@ -153,4 +145,4 @@ jobs:
153145
-b "${RELEASE_NOTES}" \
154146
-delete \
155147
v${VERSION} \
156-
./artifacts/
148+
./ci/artifacts

0 commit comments

Comments
 (0)