Compare commits
1 Commits
1d5ea8c719
...
cdc23d6f26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdc23d6f26 |
@@ -1,7 +1,5 @@
|
||||
def main(ctx):
|
||||
return [
|
||||
notify(ctx),
|
||||
|
||||
stepPR("amd64", "motsognir"),
|
||||
stepPR("arm64", "motsognir"),
|
||||
stepMergeMaster("amd64", "motsognir"),
|
||||
@@ -16,6 +14,7 @@ def main(ctx):
|
||||
stepBuildWeekly("amd64", "webtest"),
|
||||
stepBuildWeekly("arm64", "webtest"),
|
||||
|
||||
notify(ctx),
|
||||
]
|
||||
|
||||
def notify(ctx):
|
||||
|
||||
Reference in New Issue
Block a user