qrz/.drone.yml
Paul Lecuq 00a4431303
Some checks failed
continuous-integration/drone/push Build is failing
updated ci-build.sh
2020-04-08 00:15:20 +02:00

27 lines
435 B
YAML

---
kind: pipeline
type: docker
name: default-linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: build
image: golang
commands:
- ./ci-build.sh
environment:
GOOS: linux
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
when:
event: tag