Fix drone yaml
This commit is contained in:
parent
cba660bf03
commit
079057ace5
34
.drone.yml
34
.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
|
kind: pipeline
|
||||||
name: linux-amd64
|
name: linux-amd64
|
||||||
@ -131,3 +114,20 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: docker_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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user