mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Publish on cron rebuilds
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
e50739bb32
commit
bc6f6539b2
@ -65,7 +65,7 @@ def step(ver, arch, key):
|
|||||||
},
|
},
|
||||||
"when": {
|
"when": {
|
||||||
"branch": branches,
|
"branch": branches,
|
||||||
"event": ["push"],
|
"event": ["push", "cron"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
@ -96,7 +96,7 @@ def publish(ver, depends, tags=[]):
|
|||||||
},
|
},
|
||||||
"when": {
|
"when": {
|
||||||
"branch": branches,
|
"branch": branches,
|
||||||
"event": ["push"],
|
"event": ["push", "cron"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user