mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Update builds.md
This commit is contained in:
parent
ad6349aa0d
commit
47ceb0a7ac
@ -14,8 +14,9 @@ For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/git
|
||||
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())
|
||||
.then(function (bins) {
|
||||
.then(function(res) {
|
||||
return res.json();
|
||||
}).then(function (bins) {
|
||||
var links = document.createElement('p')
|
||||
for (var idx in bins) {
|
||||
var bin = bins[idx]
|
||||
|
Loading…
Reference in New Issue
Block a user