From 625f1c40606f976507866cc2a7e8965ea1f3c1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Oct 2021 12:55:56 +0200 Subject: [PATCH] Skip waiting for input during testing --- test-in-docker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test-in-docker.sh b/test-in-docker.sh index 4a1f8ca..dc8edcf 100755 --- a/test-in-docker.sh +++ b/test-in-docker.sh @@ -45,7 +45,6 @@ test_ares() { cd $(mktemp -d) tar xf /tmp/dotfiles.tar.gz -C . ANSIBLE_EXTRA_ARGS="-e manage_services=false" ./install.sh - read -p "Done, [return] to continue " ' }