|
@@ -389,6 +389,7 @@ jobs:
|
|
|
name: Publish to Grafana.com
|
|
name: Publish to Grafana.com
|
|
|
command: |
|
|
command: |
|
|
|
rm dist/grafana-master-$(echo "${CIRCLE_SHA1}" | cut -b1-7).linux-x64.tar.gz
|
|
rm dist/grafana-master-$(echo "${CIRCLE_SHA1}" | cut -b1-7).linux-x64.tar.gz
|
|
|
|
|
+ rm dist/*latest*
|
|
|
cd dist && ../scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -from-local
|
|
cd dist && ../scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -from-local
|
|
|
|
|
|
|
|
deploy-release:
|
|
deploy-release:
|