Compare commits

..

1 Commits

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

View File

@@ -1,14 +1,14 @@
def main(ctx):
return [
stepPR("amd64", "motsognir"),
#stepPR("arm64", "motsognir"),
#stepMergeMaster("amd64", "motsognir"),
#stepMergeMaster("arm64", "motsognir"),
stepPR("arm64", "motsognir"),
stepMergeMaster("amd64", "motsognir"),
stepMergeMaster("arm64", "motsognir"),
stepPR("amd64", "webtest"),
#stepPR("arm64", "webtest"),
#stepMergeMaster("amd64", "webtest"),
#stepMergeMaster("arm64", "webtest"),
stepPR("arm64", "webtest"),
stepMergeMaster("amd64", "webtest"),
stepMergeMaster("arm64", "webtest"),
]
@@ -32,20 +32,6 @@ def stepPR(arch, path):
"tag": "latest-%s" % (arch),
}
},
{
"name": "notify-build-%s-%s" % (path, arch),
"image": "plugins/matrix",
"settings": {
"homeserver": "matrix.datenschmutz.space",
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
"username": {
"from_secret": "matrix-user"
},
"password": {
"from_secret": "matrix-password"
}
}
},
],
"trigger": {
"ref": [
@@ -80,20 +66,6 @@ def stepMergeMaster(arch, path):
}
}
},
{
"name": "notify-publish-%s-%s" % (path, arch),
"image": "plugins/matrix",
"settings": {
"homeserver": "matrix.datenschmutz.space",
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
"username": {
"from_secret": "matrix-user"
},
"password": {
"from_secret": "matrix-password"
}
}
},
],
"trigger": {
"ref": [