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

Update builds.md

This commit is contained in:
Arceliar 2018-05-05 16:24:04 -05:00 committed by GitHub
parent ad6349aa0d
commit 47ceb0a7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'; let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=master&filter=successful';
fetch(url) fetch(url)
.then(res => res.json()) .then(function(res) {
.then(function (bins) { return res.json();
}).then(function (bins) {
var links = document.createElement('p') var links = document.createElement('p')
for (var idx in bins) { for (var idx in bins) {
var bin = bins[idx] var bin = bins[idx]