We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e41a9 commit 21217cdCopy full SHA for 21217cd
ci/ios/run-in-vm.sh
@@ -22,8 +22,6 @@ vm_pid=$!
22
# Sleep to wait until VM is up
23
sleep 10
24
25
-# apparently, there's a difference between piping into zsh like this and doing
26
-# a <(echo $SCRIPT).
27
ssh admin@"$(tart ip "$VM_NAME")" bash /dev/stdin < "$SCRIPT"
28
script_status=$?
29
0 commit comments