2 changed files with 18 additions and 6 deletions
@ -1,4 +1,17 @@
@@ -1,4 +1,17 @@
|
||||
{% include badge.html link="[ci](#ci-icon)" %} |
||||
{% include badge.html link="[fork](#forkme-icon)" %} |
||||
{% include badge.html link="[etc](#)" %} |
||||
{% include badge.html link="[etc](#)" %} |
||||
{% capture cilink %} |
||||
<a href="https://drone.io/github.com/springframework-meta/gs-rest-service/latest"> |
||||
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png"> |
||||
</a> |
||||
{% endcapture %} |
||||
|
||||
{% capture travislink %} |
||||
[](https://travis-ci.org/SpringSource/spring-boot) |
||||
{% endcapture %} |
||||
|
||||
{% capture bamboostatus %} |
||||
[Bamboo Status](https://build.springsource.org/browse/XD) |
||||
{% endcapture %} |
||||
|
||||
{% include badge.html link=cilink %} |
||||
{% include badge.html link=travislink %} |
||||
{% include badge.html link=bamboostatus %} |
||||
|
||||
Loading…
Reference in new issue