Sign build.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Deukhoofd 2020-09-30 18:55:02 +02:00
parent d15f4b333e
commit feff992e59
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
kind: pipeline
name: default
@ -93,4 +94,9 @@ steps:
- conan user -p -r=epsilon-public
- conan upload PkmnLib/$DRONE_COMMIT@epsilon/$DRONE_BRANCH --all -r=epsilon-public --force
- conan upload PkmnLib/latest@epsilon/$DRONE_BRANCH --all -r=epsilon-public --force
- conan user --clean
- conan user --clean
---
kind: signature
hmac: f5357fbac3097f09fb1a874ee4b634e60d1c9b6a39483cb302294e974280beaa
...