From b723874623a5a61e2b2e90484b222d1b1691e8aa Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Fri, 6 Jan 2023 18:57:09 +0000 Subject: [PATCH] Don't need to see all the images on the system Signed-off-by: Adam Warner --- test/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd.sh b/test/cmd.sh index 41ef42e..958a8d8 100755 --- a/test/cmd.sh +++ b/test/cmd.sh @@ -2,7 +2,7 @@ set -eux docker build ./src --tag pihole:${GIT_TAG} --no-cache -docker images +docker images pihole:${GIT_TAG} # auto-format the pytest code python -m black ./test/tests/