From 10a8052237e487d9c7e2f26a94bd47400c102bb3 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sat, 7 Dec 2019 19:47:48 +0000 Subject: [PATCH] Remove test stuff from dockerfile --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 78ed61e..854c093 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,23 +1,3 @@ ---- -kind: pipeline -type: docker -name: linux-amd64 - -platform: - arch: amd64 - os: linux - -steps: -- name: test - image: registry.lan/alpine:3.8 - commands: - - echo "Running tests" - -- name: build - image: registry.lan/alpine:3.8 - commands: - - echo "building" - --- kind: pipeline name: default