mirror of
https://github.com/lddsb/drone-goreportcard
synced 2024-11-26 12:53:45 +01:00
fix drone.yml syntax error
This commit is contained in:
parent
a267fc8744
commit
69e066c0f5
@ -9,8 +9,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- go build -a -o drone-goreportcard .
|
- go build -a -o drone-goreportcard .
|
||||||
environment:
|
environment:
|
||||||
- GO111MODULE=on
|
GO111MODULE: on
|
||||||
- CGO_ENABLED=0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
pull: always
|
pull: always
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Go Report Card Drone Plugin
|
# Go Report Card Drone Plugin
|
||||||
[![Build Status](https://drone.lddsb.com/api/badges/lddsb/drone-goreportcard/status.svg)](https://drone.lddsb.com/lddsb/drone-goreportcard)
|
[![Build Status](https://drone.lddsb.com/api/badges/lddsb/drone-goreportcard/status.svg)](https://drone.lddsb.com/lddsb/drone-goreportcard)
|
||||||
|
|
||||||
[Drone CI](https://drone.io) plugin to auto refresh your project status in [go report card](https://goreportcard.com)
|
[Drone CI](https://drone.io) plugin to auto refresh your project status in [go report card](https://goreportcard.com)
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user