1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

docs: fix indent on drone example (#2931)

This commit is contained in:
Xijun Dai 2022-02-23 20:10:33 +08:00 committed by GitHub
parent 7aeac035a4
commit 6b0ea4d7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ steps:
commands:
- git fetch --tags
- name: test
- name: test
image: golang
commands:
- go test -race -v ./... -cover