Revert "chore(HACK): open a tmate session in the CI"
This reverts commit 5907ba80e1
.
This commit is contained in:
parent
4158d85efb
commit
6ca347ee51
2 changed files with 1 additions and 6 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue