updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2020-04-12 15:32:18 +02:00
parent 973eba0d8b
commit 2936294eed

View File

@ -51,30 +51,3 @@ steps:
- sha512
when:
event: tag
---
kind: pipeline
type: docker
name: default-netbsd-amd64
steps:
- name: build
image: golang
commands:
- ./ci-build.sh build
environment:
GOOS: netbsd
GOARCH: amd64
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.paulbsd.com
api_key:
from_secret: gitea_token
files: dist/*.tar.gz
title: $DRONE_TAG
checksum:
- sha256
- sha512
when:
event: tag