mirror of
https://github.com/spritsail/alpine.git
synced 2024-11-05 01:16:23 +00:00
Attempt to run notify on failure
This commit is contained in:
parent
67d0500768
commit
6d1a483ead
@ -63,6 +63,9 @@ def notify(versions):
|
||||
"kind": "pipeline",
|
||||
"name": "notify",
|
||||
"depends_on": versions,
|
||||
"when": {
|
||||
"status": [ "success", "failure" ],
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "notify",
|
||||
@ -75,9 +78,6 @@ def notify(versions):
|
||||
"from_secret": "notify_token",
|
||||
},
|
||||
},
|
||||
"when": {
|
||||
"status": [ "success", "failure" ],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user