fix(workflows/lon-update): Write the shell definition correctly
All checks were successful
Check workflows / check_workflows (push) Successful in 21s
Build all the nodes / Jaccess01 (push) Successful in 23s
Build all the nodes / Jaccess04 (push) Successful in 27s
Run pre-commit on all files / pre-commit (push) Successful in 35s
Build all the nodes / ap01 (push) Successful in 42s
Build all the nodes / bridge01 (push) Successful in 51s
Build all the nodes / netcore01 (push) Successful in 26s
Build all the nodes / hypervisor03 (push) Successful in 53s
Build all the nodes / geo02 (push) Successful in 59s
Build all the nodes / hypervisor01 (push) Successful in 58s
Build all the nodes / geo01 (push) Successful in 1m0s
Build all the nodes / hypervisor02 (push) Successful in 59s
Build all the nodes / build01 (push) Successful in 1m4s
Build all the nodes / cof02 (push) Successful in 1m4s
Build all the nodes / iso (push) Successful in 1m4s
Build all the nodes / netcore02 (push) Successful in 22s
Build all the nodes / lab-router01 (push) Successful in 50s
Build all the nodes / compute01 (push) Successful in 1m20s
Build the shell / build-shell (push) Successful in 23s
Build all the nodes / tower01 (push) Successful in 46s
Build all the nodes / krz01 (push) Successful in 1m35s
Build all the nodes / web02 (push) Successful in 1m0s
Build all the nodes / web03 (push) Successful in 1m4s
Build all the nodes / zulip01 (push) Successful in 1m1s
Build all the nodes / vault01 (push) Successful in 1m9s
Build all the nodes / rescue01 (push) Successful in 1m17s
Build all the nodes / web01 (push) Successful in 1m10s
Build all the nodes / storage01 (push) Successful in 1m48s
All checks were successful
Check workflows / check_workflows (push) Successful in 21s
Build all the nodes / Jaccess01 (push) Successful in 23s
Build all the nodes / Jaccess04 (push) Successful in 27s
Run pre-commit on all files / pre-commit (push) Successful in 35s
Build all the nodes / ap01 (push) Successful in 42s
Build all the nodes / bridge01 (push) Successful in 51s
Build all the nodes / netcore01 (push) Successful in 26s
Build all the nodes / hypervisor03 (push) Successful in 53s
Build all the nodes / geo02 (push) Successful in 59s
Build all the nodes / hypervisor01 (push) Successful in 58s
Build all the nodes / geo01 (push) Successful in 1m0s
Build all the nodes / hypervisor02 (push) Successful in 59s
Build all the nodes / build01 (push) Successful in 1m4s
Build all the nodes / cof02 (push) Successful in 1m4s
Build all the nodes / iso (push) Successful in 1m4s
Build all the nodes / netcore02 (push) Successful in 22s
Build all the nodes / lab-router01 (push) Successful in 50s
Build all the nodes / compute01 (push) Successful in 1m20s
Build the shell / build-shell (push) Successful in 23s
Build all the nodes / tower01 (push) Successful in 46s
Build all the nodes / krz01 (push) Successful in 1m35s
Build all the nodes / web02 (push) Successful in 1m0s
Build all the nodes / web03 (push) Successful in 1m4s
Build all the nodes / zulip01 (push) Successful in 1m1s
Build all the nodes / vault01 (push) Successful in 1m9s
Build all the nodes / rescue01 (push) Successful in 1m17s
Build all the nodes / web01 (push) Successful in 1m10s
Build all the nodes / storage01 (push) Successful in 1m48s
This commit is contained in:
parent
f857afb21b
commit
fb766aee9f
3 changed files with 3 additions and 3 deletions
2
.forgejo/workflows/lon-update.yaml
generated
2
.forgejo/workflows/lon-update.yaml
generated
|
@ -17,4 +17,4 @@ jobs:
|
|||
name: Update dependencies
|
||||
on:
|
||||
schedule:
|
||||
- cron: 30 12 * * *
|
||||
- cron: 35 12 * * *
|
||||
|
|
|
@ -272,7 +272,7 @@ in
|
|||
scripts.push-to-cache
|
||||
];
|
||||
eval-shell.packages = [ scripts.nix-build-and-cache ];
|
||||
lon-update = [ pkgs.lon ];
|
||||
lon-update.packages = [ pkgs.lon ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
name = "Update dependencies";
|
||||
on.schedule = [
|
||||
# Run every 24h
|
||||
{ cron = "30 12 * * *"; }
|
||||
{ cron = "35 12 * * *"; }
|
||||
];
|
||||
|
||||
jobs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue