CI - Move cron to 1 per day

This commit is contained in:
kat witch 2021-07-06 14:43:08 +01:00
parent 6efdd26c56
commit b204b47974
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,8 @@
echo $f
nix run --arg config $f ci.run.gh-actions-generate
done
cd ${toString ./trusted}
export TRUSTED_CONFIG_ROOT=${toString ./trusted}/ci
cd ${toString ./config/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/hosts.nix)
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
echo $f
@ -29,8 +29,8 @@
echo $f
nix run --arg config $f ci.test
done
cd ${toString ./trusted}
export TRUSTED_CONFIG_ROOT=${toString ./trusted}/ci
cd ${toString ./config/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/hosts.nix)
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
echo $f