Remove build step as build is part of test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:16:50 -07:00
parent f4c7801d84
commit 4ef3f0b431
1 changed files with 2 additions and 4 deletions

View File

@ -3,14 +3,11 @@ kind: pipeline
name: test
steps:
- name: build
image: golang:1.15
commands:
- make build
- name: test
image: golang:1.15
commands:
- make test
- name: check
image: python:3-slim
commands:
@ -18,6 +15,7 @@ steps:
- apt-get install -y --no-install-recommends make
- pip install docker-compose pre-commit
- make check
- name: itest
image: docker
commands: