mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-14 16:19:40 -06:00
fix chat conditions
This commit is contained in:
12
.drone.star
12
.drone.star
@@ -1350,8 +1350,13 @@ def notify(ctx):
|
||||
'from_secret': config['rocketchat']['from_secret']
|
||||
},
|
||||
'channel': config['rocketchat']['channel']
|
||||
}
|
||||
}
|
||||
},
|
||||
'when': {
|
||||
'status': [
|
||||
'failure',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
'depends_on': [],
|
||||
'trigger': {
|
||||
@@ -1360,9 +1365,6 @@ def notify(ctx):
|
||||
'refs/heads/release*',
|
||||
'refs/tags/**',
|
||||
],
|
||||
'status': [
|
||||
'failure',
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user