execute drone on each push
This commit is contained in:
parent
04d5a4870b
commit
958c5466db
@ -3,9 +3,6 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build-release
|
name: build-release
|
||||||
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -38,10 +35,10 @@ steps:
|
|||||||
- admin-manual.pdf
|
- admin-manual.pdf
|
||||||
checksum:
|
checksum:
|
||||||
- sha512
|
- sha512
|
||||||
title: ${DRONE_TAG}
|
title: ${DRONE_TAG:=latest}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 96642721ee33af4911e786087ef479b0db15c77b3e32e5e7391397492f3ce180
|
hmac: 0b3c580c341083b8604053e1d5462ee6856c2d00dce9094e9a64ddd5a401e799
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user