Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
cdc23d6f26 test seperate notify pipeline
Some checks reported errors
continuous-integration/drone/pr Build was killed
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-19 14:14:19 +02:00

View File

@@ -1,7 +1,5 @@
def main(ctx):
return [
notify(ctx),
stepPR("amd64", "motsognir"),
stepPR("arm64", "motsognir"),
stepMergeMaster("amd64", "motsognir"),
@@ -15,7 +13,8 @@ def main(ctx):
stepMergeMaster("arm64", "webtest"),
stepBuildWeekly("amd64", "webtest"),
stepBuildWeekly("arm64", "webtest"),
notify(ctx),
]
def notify(ctx):