Use go embed
This commit is contained in:
parent
1ad302a790
commit
dfcde910b2
6 changed files with 80 additions and 180 deletions
12
.drone.yml
12
.drone.yml
|
|
@ -8,12 +8,6 @@ platform:
|
|||
arch: arm
|
||||
|
||||
steps:
|
||||
- name: generate frontend
|
||||
image: golang:alpine
|
||||
commands:
|
||||
- apk --no-cache add go-bindata
|
||||
- go generate -v
|
||||
|
||||
- name: vet
|
||||
image: golang:alpine
|
||||
commands:
|
||||
|
|
@ -50,12 +44,6 @@ platform:
|
|||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: generate frontend
|
||||
image: golang:alpine
|
||||
commands:
|
||||
- apk --no-cache add go-bindata
|
||||
- go generate -v
|
||||
|
||||
- name: vet
|
||||
image: golang:alpine
|
||||
commands:
|
||||
|
|
|
|||
Reference in a new issue