mirror of https://github.com/grafana/grafana
Only triggers for main grafana repo (not forks) and when the master branch is built.pull/3868/head
parent
251bf7a2b4
commit
448437c342
@ -0,0 +1,10 @@ |
||||
#!/bin/bash |
||||
|
||||
_circle_token=$1 |
||||
|
||||
trigger_build_url=https://circleci.com/api/v1/project/grafana/grafana-packer/tree/master?circle-token=${_circle_token} |
||||
|
||||
curl \ |
||||
--header "Accept: application/json" \ |
||||
--header "Content-Type: application/json" \ |
||||
--request POST ${trigger_build_url} |
||||
Loading…
Reference in new issue