Base minor restructure

This commit is contained in:
kat witch 2021-08-18 02:36:40 +01:00
parent b383c70492
commit 83fb02ddc6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 30 additions and 34 deletions

View file

@ -31,8 +31,8 @@
echo $f
nix run --arg config $f ci.run.gh-actions-generate
done
cd ${toString ./depot/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
cd ${toString ./config/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./config/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 ./depot/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./depot/trusted}/ci
cd ${toString ./config/trusted}
export TRUSTED_CONFIG_ROOT=${toString ./config/trusted}/ci
TRUSTED_CONFIG_FILES=($TRUSTED_CONFIG_ROOT/nodes.nix)
for f in "''${TRUSTED_CONFIG_FILES[@]}"; do
echo $f