This commit is contained in:
Robert Kaussow 2020-01-14 15:12:01 +01:00
parent 2fbd69059e
commit 02e75e36cf
2 changed files with 11 additions and 8 deletions

View File

@ -207,6 +207,12 @@ def notification():
'from_secret': 'microbadger_url'
}
},
'when' : {
'status': [
'success',
'failure'
]
},
},
],
'depends_on': [],
@ -215,9 +221,5 @@ def notification():
'refs/heads/master',
'refs/tags/**'
],
'status': [
'success',
'failure'
]
}
}]

View File

@ -291,14 +291,15 @@ steps:
settings:
urls:
from_secret: microbadger_url
when:
status:
- success
- failure
trigger:
ref:
- refs/heads/master
- refs/tags/**
status:
- success
- failure
depends_on:
- build-container-amd64
@ -307,6 +308,6 @@ depends_on:
---
kind: signature
hmac: c29f1291ef90ed62fa03a3788fc0e9dc03c9f76adc5adabd3097ee934aa3582b
hmac: 8ec9a1f75b74bdacdf65eb5df4cc72aa22c57641ee9efb8186a8310c2459d4d2
...