Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
045d3a65e4 clean up
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 12:03:57 +02:00

View File

@@ -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"
},