test release + sign
This commit is contained in:
parent
25c0b927d9
commit
53dffa3524
24
.drone.yml
24
.drone.yml
@ -7,3 +7,27 @@ steps:
|
|||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- python3 test.py
|
- python3 test.py
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_key
|
||||||
|
base_url: https://gitea.champs-libres.be
|
||||||
|
title: ${DRONE_SEMVER}
|
||||||
|
prerelease: true
|
||||||
|
files:
|
||||||
|
- test2.pdf
|
||||||
|
checksum:
|
||||||
|
- md5
|
||||||
|
- sha1
|
||||||
|
- sha256
|
||||||
|
- sha512
|
||||||
|
- adler32
|
||||||
|
- crc32
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: e19baab88335fa07988db23e034f04445eb52b16d6f5a655eddf3abd8e872877
|
||||||
|
|
||||||
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user