Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
1b8eefd1ff clean up
Some checks failed
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 12:01:46 +02:00

View File

@@ -36,9 +36,7 @@ def stepPR(arch, path):
"name": "notify-build-%s-%s" % (path, arch), "name": "notify-build-%s-%s" % (path, arch),
"image": "plugins/matrix", "image": "plugins/matrix",
"settings": { "settings": {
"homeserver": { "homeserver": "matrix.datenschmutz.space",
"from_secret": "matrix-homerserver"
},
"roomid": { "roomid": {
"from_secret": "matrix-room" "from_secret": "matrix-room"
}, },
@@ -88,9 +86,7 @@ def stepMergeMaster(arch, path):
"name": "notify-publish-%s-%s" % (path, arch), "name": "notify-publish-%s-%s" % (path, arch),
"image": "plugins/matrix", "image": "plugins/matrix",
"settings": { "settings": {
"homeserver": { "homeserver": "matrix.datenschmutz.space",
"from_secret": "matrix-homerserver"
},
"roomid": { "roomid": {
"from_secret": "matrix-room" "from_secret": "matrix-room"
}, },