diff --git a/.circleci/config.yml b/.circleci/config.yml index 55ac17b651d..465be85d508 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -245,9 +245,9 @@ workflows: - gometalinter - mysql-integration-test - postgres-integration-test - #filters: - # branches: - # only: master + filters: + branches: + only: master release: jobs: - build-all: diff --git a/scripts/trigger_docker_build.sh b/scripts/trigger_docker_build.sh index e639c50e54c..5ca9c0b88c8 100755 --- a/scripts/trigger_docker_build.sh +++ b/scripts/trigger_docker_build.sh @@ -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 <