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:
Neil Alexander 2018-10-17 16:58:40 +01:00 committed by GitHub
parent 6a283c5a21
commit 0cc10858ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,10 @@ If you prefer to live dangerously and want to test bleeding-edge features or cha
For convenience, the [build artifacts](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts?branch=master&filter=successful) from the latest build are linked below:
<h4>yggdrasil</h4>
<p id="buildArtifactLinks"></p>
<h4>yggdrasilctl</h4>
<p id="buildArtifactLinksCtl"></p>
<!-- TODO sort these to a useful order of some kind -->
@ -40,5 +43,4 @@ fetch(url).then(function(res) {
document.getElementById("buildArtifactLinksCtl").appendChild(ctllinks);
})
.catch(err => { throw err });
.catch(err => { throw err });
</script>