mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
CI: no longer using grafana-master... package. (#18884)
This commit is contained in:
parent
00c8bf4f2f
commit
cdad1331d9
@ -569,8 +569,7 @@ jobs:
|
||||
- run:
|
||||
name: Publish to Grafana.com
|
||||
command: |
|
||||
rm dist/grafana-master-$(echo "${CIRCLE_SHA1}" | cut -b1-7).linux-x64.tar.gz
|
||||
rm dist/*latest*
|
||||
rm dist/*latest* || true
|
||||
cd dist && ../scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -version "v$(cat grafana.version)" --nightly
|
||||
|
||||
deploy-release:
|
||||
|
Loading…
Reference in New Issue
Block a user