cleanup drone config

This commit is contained in:
Robert Kaussow 2020-02-03 15:12:18 +01:00
parent e9f40eac03
commit dc99138b5a
2 changed files with 1 additions and 11 deletions

View File

@ -52,12 +52,6 @@ def testing():
'coverage.txt'
],
},
'when': {
'ref': [
'refs/heads/master',
'refs/pull/**'
],
},
},
],
'trigger': {

View File

@ -25,10 +25,6 @@ steps:
- coverage.txt
token:
from_secret: codecov_token
when:
ref:
- refs/heads/master
- refs/pull/**
trigger:
ref:
@ -130,6 +126,6 @@ depends_on:
---
kind: signature
hmac: 0f5b0278040dd5a8fa7e7794e7552063af07d127f90c15676238a2b63687dc6a
hmac: 999c45dd679c809e8dc40c3f72d4e6a3f95c5f57f14ca2aba3472b7226893d13
...