2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-10-05 05:23:53 +00:00

Test build/notify failures

This commit is contained in:
Joe Groocock 2020-01-05 18:36:41 +00:00
parent 2a2b9c265d
commit 67d0500768
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -4,6 +4,7 @@ def main(ctx):
["3.10",[]], ["3.10",[]],
["3.11", ["latest"]], ["3.11", ["latest"]],
["edge", []], ["edge", []],
["chrislane", ["😍"]],
] ]
return [step(v[0], v[1]) for v in versions] + [notify(["build-%s" % v for v, _ in versions])] return [step(v[0], v[1]) for v in versions] + [notify(["build-%s" % v for v, _ in versions])]