Fix drone.yaml syntax

This commit is contained in:
KemoNine 2020-08-26 12:24:53 -04:00
parent e17ad26806
commit 4cfa36c083

View file

@ -1,24 +1,24 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
trigger: trigger:
event: event:
- tag - tag
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
volumes: volumes:
- name: cache - name: cache
temp: {} temp: {}
environment: environment:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
steps: steps:
- name: build - name: build
image: golang:1.15 image: golang:1.15
pull: always pull: always
@ -47,4 +47,3 @@
- sha1 - sha1
- sha256 - sha256
- sha512 - sha512