mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Depot cannot be stopped and neither can I
This commit is contained in:
parent
1f613c6fb7
commit
01460123a6
256 changed files with 15 additions and 15 deletions
|
|
@ -31,8 +31,8 @@
|
|||
echo $f
|
||||
nix run --arg config $f ci.run.gh-actions-generate
|
||||
done
|
||||
cd ${toString ./config/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
|
||||
cd ${toString ./depot/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
|
||||
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/nodes.nix)
|
||||
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
|
||||
echo $f
|
||||
|
|
@ -49,8 +49,8 @@
|
|||
echo $f
|
||||
nix run --arg config $f ci.test
|
||||
done
|
||||
cd ${toString ./config/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
|
||||
cd ${toString ./depot/trusted}
|
||||
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
|
||||
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/nodes.nix)
|
||||
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
|
||||
echo $f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue