Compare commits
1 Commits
1b8eefd1ff
...
045d3a65e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
045d3a65e4 |
@@ -36,7 +36,9 @@ def stepPR(arch, path):
|
||||
"name": "notify-build-%s-%s" % (path, arch),
|
||||
"image": "plugins/matrix",
|
||||
"settings": {
|
||||
"homeserver": "matrix.datenschmutz.space",
|
||||
"homeserver": {
|
||||
"from_secret": "matrix-homerserver"
|
||||
},
|
||||
"roomid": {
|
||||
"from_secret": "matrix-room"
|
||||
},
|
||||
@@ -86,7 +88,9 @@ def stepMergeMaster(arch, path):
|
||||
"name": "notify-publish-%s-%s" % (path, arch),
|
||||
"image": "plugins/matrix",
|
||||
"settings": {
|
||||
"homeserver": "matrix.datenschmutz.space",
|
||||
"homeserver": {
|
||||
"from_secret": "matrix-homerserver"
|
||||
},
|
||||
"roomid": {
|
||||
"from_secret": "matrix-room"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user