packaging: testing fix

This commit is contained in:
Torkel Ödegaard 2017-03-23 11:31:47 +01:00
parent 7864828e75
commit 887867165c

View File

@ -45,7 +45,7 @@ deployment:
- aws s3 sync ./dist s3://$BUCKET_NAME/master - aws s3 sync ./dist s3://$BUCKET_NAME/master
- ./scripts/trigger_windows_build.sh ${APPVEYOR_TOKEN} ${CIRCLE_SHA1} master - ./scripts/trigger_windows_build.sh ${APPVEYOR_TOKEN} ${CIRCLE_SHA1} master
- ./scripts/trigger_docker_build.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN} - ./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: gh_tag:
tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
commands: commands: