Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Problem: unrestricted drone exec pipeline #501

Merged
merged 1 commit into from
Oct 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ steps:
- cd chain-tx-enclave/tx-validation && make clean && SGX_TEST=1 make
- cd bin && ./tx-validation-app

trigger:
branch:
- master
- staging
- trying
event:
- push

---

kind: pipeline
Expand Down Expand Up @@ -80,6 +88,6 @@ trigger:
- push
---
kind: signature
hmac: 21e4a81d9785eeaa92154bda9daa8cc6cda13169e459849e919b473e0e2be725
hmac: bdc2684e182cf00ebf7a8a2e7971884e5ff9ee193d16398aec745bcd1260cf6f

...