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
f1d0a8a0b1
commit
ae7f00c17f
@ -11,8 +11,9 @@ let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdra
|
||||
|
||||
fetch(url)
|
||||
.then(res => res.json())
|
||||
.then((bins) => {
|
||||
for (var bin in bins) {
|
||||
.then(function (bins) {
|
||||
for (var idx in bins) {
|
||||
var bin = bins[idx]
|
||||
console.log("<a href=\"" + bin.url + "\">" + bin.path + "</a><br/>");
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user