Update .drone.yml

This commit is contained in:
techknowlogick
2020-12-06 14:03:15 -05:00
committed by GitHub
parent f7c5d50095
commit 1f97e87d86
+4 -4
View File
@@ -11,7 +11,7 @@ steps:
pull: always
image: golang:1.15-alpine
commands:
- apk add --no-cache make git
- apk add --no-cache make git gcc
- make clean
- make vet
#- make lint
@@ -33,7 +33,7 @@ steps:
pull: always
image: golang:1.15-alpine
commands:
- apk add --no-cache make git
- apk add --no-cache make git gcc
- make test-mysql
settings:
group: testing
@@ -46,7 +46,7 @@ steps:
pull: always
image: golang:1.15-alpine
commands:
- apk add --no-cache make git
- apk add --no-cache make git gcc
- make test-pgsql
settings:
group: testing
@@ -70,7 +70,7 @@ steps:
pull: always
image: golang:1.15-alpine
commands:
- apk add --no-cache make git
- apk add --no-cache make git gcc
- make clean build
settings:
group: release