Fix drone yaml

This commit is contained in:
IamTheFij 2020-01-30 16:04:53 -08:00
parent cba660bf03
commit 079057ace5
1 changed files with 17 additions and 17 deletions

View File

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