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