configs/ci: re-enable updates
This commit is contained in:
parent
2f8cde4a89
commit
e0e0e01469
@ -8,13 +8,13 @@
|
|||||||
let
|
let
|
||||||
#inherit (xinlib) prIsOpen;
|
#inherit (xinlib) prIsOpen;
|
||||||
jobs = [
|
jobs = [
|
||||||
#{
|
{
|
||||||
# name = "xin-ci-update";
|
name = "xin-ci-update";
|
||||||
# user = "qbit";
|
user = "qbit";
|
||||||
# script = "cd ~/src/xin && ./bin/ci update";
|
script = "cd ~/src/xin && ./bin/ci update";
|
||||||
# startAt = "23:00";
|
startAt = "23:00";
|
||||||
# path = [ ];
|
path = [ ];
|
||||||
#}
|
}
|
||||||
{
|
{
|
||||||
name = "xin-ci";
|
name = "xin-ci";
|
||||||
user = "qbit";
|
user = "qbit";
|
||||||
|
Loading…
Reference in New Issue
Block a user