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

Commit

Permalink
Problem: unrestricted drone exec pipeline
Browse files Browse the repository at this point in the history
Solution: added trigger conditions, such that
"exec" pipelines are only executed after bors actions
  • Loading branch information
tomtau committed Oct 22, 2019
1 parent 972fd98 commit 7271972
Showing 1 changed file with 9 additions and 1 deletion.
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

...

0 comments on commit 7271972

Please sign in to comment.