WALA/dependent-projects-trigger.sh

15 lines
290 B
Bash
Raw Normal View History

2017-07-24 14:05:46 +00:00
#!/bin/bash
body='{
"request": {
"branch":"master"
}}'
curl -s -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Travis-API-Version: 3" \
-H "Authorization: token $1" \
-d "$body" \
https://api.travis-ci.org/repo/wala%2FClient/requests