From 7f5e51651a1c2c3f69c6d9b8eacac7d0bdd5fc56 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 " ' }