We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c662d commit 84e65d6Copy full SHA for 84e65d6
.woodpecker/flakes.yaml
@@ -4,7 +4,7 @@ steps:
4
- name: prepare
5
image: nixos/nix
6
environment:
7
- NIX_SSHOPTS: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
+ NIX_SSHOPTS: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -oControlMaster=no'
8
commands:
9
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
10
- mkdir -p ~/.ssh
0 commit comments