From ba8ec3782551118e0479b212c512d52813a79044 Mon Sep 17 00:00:00 2001 From: josebarn Date: Tue, 15 Aug 2017 16:19:02 -0300 Subject: [PATCH] updated with my drone build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df7a67..7b876c0 100644 --- a/README.md +++ b/README.md @@ -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. 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.