From 4ef3f0b431f26f5a29513c3d2db00152e9f4df16 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:16:50 -0700 Subject: [PATCH] Remove build step as build is part of test --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77515b9..08bc42c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: