updated with my drone build status

This commit is contained in:
josebarn
2017-08-15 16:19:02 -03:00
parent 7513414eb7
commit ba8ec37825

View File

@@ -1,5 +1,7 @@
# drone-with-go [![Build Status](http://beta.drone.io/api/badges/drone-demos/drone-with-go/status.svg)](http://beta.drone.io/drone-demos/drone-with-go) [![Build Status](https://aircover.co/badges/drone-demos/drone-with-go/coverage.svg)](https://aircover.co/drone-demos/drone-with-go) # drone-with-go [![Build Status](https://ci.cloudlockng.com/api/badges/josebarn/drone-with-go/status.svg)](https://ci.cloudlockng.com/josebarn/drone-with-go)
An example of how to test Go code with Drone. An example of how to test Go code with Drone.
Inspect the .drone.yml file for details on the build steps for this simple go project. Inspect the .drone.yml file for details on the build steps for this simple go project.
Notice the .drone.sig is used to ensure secrets are not exposed; and the pipeline is split into multiple phases.