Update .drone.yml
This commit is contained in:
Родитель
c6fad6d8bf
Коммит
f7c5d50095
|
@ -11,7 +11,7 @@ steps:
|
|||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make
|
||||
- apk add --no-cache make git
|
||||
- make clean
|
||||
- make vet
|
||||
#- make lint
|
||||
|
@ -33,7 +33,7 @@ steps:
|
|||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make
|
||||
- apk add --no-cache make git
|
||||
- make test-mysql
|
||||
settings:
|
||||
group: testing
|
||||
|
@ -46,7 +46,7 @@ steps:
|
|||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make
|
||||
- apk add --no-cache make git
|
||||
- make test-pgsql
|
||||
settings:
|
||||
group: testing
|
||||
|
@ -70,7 +70,7 @@ steps:
|
|||
pull: always
|
||||
image: golang:1.15-alpine
|
||||
commands:
|
||||
- apk add --no-cache make
|
||||
- apk add --no-cache make git
|
||||
- make clean build
|
||||
settings:
|
||||
group: release
|
||||
|
|
Загрузка…
Ссылка в новой задаче