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

@ -1 +1 @@
Subproject commit cae839f2e9b8406766e4ac67c87c035a76fb6ec0 Subproject commit 0ab02e0c606c92d97765c55285ce5a1742923d5e

View file

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