mirror of
https://github.com/lddsb/drone-goreportcard
synced 2024-11-22 10:51:56 +01:00
fix drone.yml syntax error
This commit is contained in:
parent
a267fc8744
commit
69e066c0f5
@ -9,8 +9,8 @@ steps:
|
||||
commands:
|
||||
- go build -a -o drone-goreportcard .
|
||||
environment:
|
||||
- GO111MODULE=on
|
||||
- CGO_ENABLED=0
|
||||
GO111MODULE: on
|
||||
CGO_ENABLED: 0
|
||||
|
||||
- name: dryrun
|
||||
pull: always
|
||||
|
@ -1,5 +1,6 @@
|
||||
# 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)
|
||||
|
||||
[Drone CI](https://drone.io) plugin to auto refresh your project status in [go report card](https://goreportcard.com)
|
||||
### Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user