Revert "chore(HACK): open a tmate session in the CI"

This reverts commit 5907ba80e1.
This commit is contained in:
Ryan Lahfa 2024-12-08 13:15:03 +01:00 committed by Tom Hubrecht
parent 4158d85efb
commit 6ca347ee51
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 1 additions and 6 deletions

View file

@ -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 ];
};
};
}

View file

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