mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
triggers grafana-docker master build
This commit is contained in:
parent
c47f40d99c
commit
484d9e3f9d
@ -245,9 +245,9 @@ workflows:
|
||||
- gometalinter
|
||||
- mysql-integration-test
|
||||
- postgres-integration-test
|
||||
#filters:
|
||||
# branches:
|
||||
# only: master
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
release:
|
||||
jobs:
|
||||
- build-all:
|
||||
|
@ -3,7 +3,7 @@
|
||||
_circle_token=$1
|
||||
_grafana_version=$2
|
||||
|
||||
trigger_build_url=https://circleci.com/api/v1/project/grafana/grafana-docker/tree/deploy?circle-token=${_circle_token}
|
||||
trigger_build_url=https://circleci.com/api/v1/project/grafana/grafana-docker/tree/master?circle-token=${_circle_token}
|
||||
|
||||
post_data=$(cat <<EOF
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user