test release + sign
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is running Details

This commit is contained in:
Julien Fastré 2021-02-20 23:26:03 +01:00
parent 25c0b927d9
commit 53dffa3524
1 changed files with 24 additions and 0 deletions

View File

@ -7,3 +7,27 @@ steps:
image: python:3
commands:
- 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
...