Trusted: remove CI

This commit is contained in:
kat witch 2021-09-04 01:45:56 +01:00
parent 7b215cfb0f
commit e498b2bba8
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 1 additions and 15 deletions

View file

@ -33,13 +33,6 @@ let
echo $f
nix run --argstr config "$f" ci.run.gh-actions-generate
done
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
nix run --argstr config "$f" ci.run.gh-actions-generate
done
cd $START_DIR
'';
nf-actions-test = pkgs.writeShellScriptBin "nf-actions-test" ''
@ -51,13 +44,6 @@ let
echo $f
nix run --argstr config "$f" ci.test
done
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
nix run --argstr config "$f" ci.test
done
cd $START_DIR
'';
in