Depot cannot be stopped and neither can I

This commit is contained in:
kat witch 2021-08-09 02:41:43 +01:00
parent 1f613c6fb7
commit 01460123a6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
256 changed files with 15 additions and 15 deletions

View file

@ -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