packaging: testing fix

pull/7921/head
Torkel Ödegaard 8 years ago
parent 7864828e75
commit 887867165c
  1. 2
      circle.yml

@ -45,7 +45,7 @@ deployment:
- aws s3 sync ./dist s3://$BUCKET_NAME/master
- ./scripts/trigger_windows_build.sh ${APPVEYOR_TOKEN} ${CIRCLE_SHA1} master
- ./scripts/trigger_docker_build.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
- go run ./scripts/build/publish.go -apiKey "${GRAFANA_COM_API_KEY}"
- go run ./scripts/build/publish.go -apiKey ${GRAFANA_COM_API_KEY}
gh_tag:
tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
commands:

Loading…
Cancel
Save