From 6ca347ee5102e1a6a54874e28aa896154f8c985d Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sun, 8 Dec 2024 13:15:03 +0100 Subject: [PATCH] Revert "chore(HACK): open a tmate session in the CI" This reverts commit 5907ba80e1a608e1c2674e94bb4e5c98ac9dfc55. --- default.nix | 6 +----- scripts/cache-node.sh | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/default.nix b/default.nix index 6345543..2041484 100644 --- a/default.nix +++ b/default.nix @@ -136,11 +136,7 @@ in passthru = mapAttrs (name: value: pkgs.mkShell (value // { inherit name; })) { pre-commit.shellHook = git-checks.shellHook; check-workflows.shellHook = workflows.shellHook; - eval-nodes.packages = [ - scripts.cache-node - # Use it to debug in remote sessions CI. - pkgs.tmate - ]; + eval-nodes.packages = [ scripts.cache-node ]; }; }; } diff --git a/scripts/cache-node.sh b/scripts/cache-node.sh index 8de30ef..410403c 100755 --- a/scripts/cache-node.sh +++ b/scripts/cache-node.sh @@ -21,7 +21,6 @@ case "$system_type" in ;; esac -tmate -F drv=$(colmena eval --instantiate -E "{ nodes, ... }: nodes.${BUILD_NODE}.${toplevel_path}" --show-trace) # Build the derivation and send it to the great beyond