Browse Source

Merge pull request #15098 from xlson/build-dont-push-latest

build: ignore latest
Torkel Ödegaard 7 years ago
parent
commit
adf08bf222
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -389,6 +389,7 @@ jobs:
           name: Publish to Grafana.com
           command: |
             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
 
   deploy-release: