mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 15:40:27 +00:00
Update builds.md
Fixes the API call to only get builds from master branch
This commit is contained in:
parent
c6c2a1a336
commit
21e9450362
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user