Sign build file.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-09-25 15:02:46 +02:00
parent e9ae447273
commit 2479e39320
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
@ -66,4 +67,9 @@ steps:
- conan user -p -r=epsilon-public
- conan upload Arbutils/$DRONE_COMMIT@epsilon/$DRONE_BRANCH --all -r=epsilon-public --force
- conan upload Arbutils/latest@epsilon/$DRONE_BRANCH --all -r=epsilon-public
- conan user --clean
- conan user --clean
---
kind: signature
hmac: 6539d837e7e400d8187a9dc452a7623e758c6e2abf0494e32a9b80daf9591c3c
...