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
25db64f3c5
commit
96dffc3b46
@ -6,6 +6,8 @@ tags: dontlink
|
||||
|
||||
Build [artifacts](https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts):
|
||||
|
||||
<p id="buildArtifactLinks"></p>
|
||||
|
||||
<script type="text/javascript">
|
||||
let url = 'https://circleci.com/api/v1.1/project/github/yggdrasil-network/yggdrasil-go/latest/artifacts';
|
||||
|
||||
@ -22,7 +24,7 @@ fetch(url)
|
||||
links.appendChild(link);
|
||||
links.appendChild(document.createElement('br'));
|
||||
}
|
||||
document.body.appendChild(links)
|
||||
document.getElementById("buildArtifactLinks").appendChild(links)
|
||||
})
|
||||
.catch(err => { throw err });
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user