mirror of https://github.com/grafana/grafana
commit
aeb0c5cb53
@ -0,0 +1,9 @@ |
||||
#!/bin/bash |
||||
|
||||
_token=$1 |
||||
|
||||
curl \ |
||||
-H "Content-Type: application/json" \ |
||||
-H "Authorization: Bearer ${_token}" \ |
||||
-X POST -d '{ "accountName": "Torkeldegaard", "projectSlug": "grafana","branch": "master","environmentVariables": {}}' \ |
||||
https://ci.appveyor.com/api/builds |
Loading…
Reference in new issue