mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
packaging: testing fix
This commit is contained in:
parent
7864828e75
commit
887867165c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user