mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Trusted: remove CI
This commit is contained in:
parent
7b215cfb0f
commit
e498b2bba8
2 changed files with 1 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit cae839f2e9b8406766e4ac67c87c035a76fb6ec0
|
||||
Subproject commit 0ab02e0c606c92d97765c55285ce5a1742923d5e
|
||||
14
shell.nix
14
shell.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue