This commit is contained in:
techknowlogick 2020-12-06 14:02:31 -05:00 коммит произвёл GitHub
Родитель c6fad6d8bf
Коммит f7c5d50095
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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