source:
trunk/.circleci/run-build-locally.sh
Last change on this file was 00e3a04, checked in by Jean-Paul Calderone <exarkun@…>, at 2018-06-15T18:21:33Z | |
---|---|
|
|
File size: 317 bytes |
Line | |
---|---|
1 | #!/usr/bin/env bash |
2 | |
3 | CIRCLE_TOKEN=efb53124be82dd4b3153bc0e3f60de71da629d59 |
4 | |
5 | curl --user ${CIRCLE_TOKEN}: \ |
6 | --request POST \ |
7 | --form revision=$(git rev-parse HEAD) \ |
8 | --form config=@config.yml \ |
9 | --form notify=false \ |
10 | https://circleci.com/api/v1.1/project/github/exarkun/tahoe-lafs/tree/2929.circleci |
Note: See TracBrowser
for help on using the repository browser.