5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00

Update builds.md

Fixes the API call to only get builds from master branch
This commit is contained in:
Neil Alexander 2018-04-22 22:26:11 +01:00 committed by GitHub
parent c6c2a1a336
commit 21e9450362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/git
<!-- TODO sort these to a useful order of some kind -->
<script type="text/javascript">
let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts';
let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=master&filter=successful';
fetch(url)
.then(res => res.json())