mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Test build/notify failures
This commit is contained in:
parent
2a2b9c265d
commit
67d0500768
@ -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])]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user