From 079057ace548a6c75072a70bfba6fc542dceaf17 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 16:04:53 -0800 Subject: [PATCH] Fix drone yaml --- .drone.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1797a10..4dca061 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,20 +1,3 @@ -# --- -# kind: pipeline -# name: tests -# -# trigger: -# event: -# - push -# - tag -# -# steps: -# - name: run tests -# image: ubuntu:bionic -# commands: -# - apt-get update -# - apt-get install -y make -# - make test - --- kind: pipeline name: linux-amd64 @@ -131,3 +114,20 @@ steps: password: from_secret: docker_password +# --- +# kind: pipeline +# name: tests +# +# trigger: +# event: +# - push +# - tag +# +# steps: +# - name: run tests +# image: ubuntu:bionic +# commands: +# - apt-get update +# - apt-get install -y make +# - make test +