From 885381507308285e9a54abd5e193efbdc46a184f Mon Sep 17 00:00:00 2001 From: Thomas Juerges <4-jurges@users.noreply.git.astron.nl> Date: Mon, 17 May 2021 21:09:17 +0200 Subject: [PATCH] L2SS-218 Correct parameter needed to delete every Docker image --- bootstrap/sbin/rebuild_system_from_scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/sbin/rebuild_system_from_scratch.sh b/bootstrap/sbin/rebuild_system_from_scratch.sh index c315a26f9..9557dfe4e 100755 --- a/bootstrap/sbin/rebuild_system_from_scratch.sh +++ b/bootstrap/sbin/rebuild_system_from_scratch.sh @@ -24,7 +24,7 @@ function remove_tango_dir() function remove_images() { - ${HOME_DIR}/delete_all_docker_images.sh YES_DO_IT + ${HOME_DIR}/delete_all_docker_images.sh YES_DELETE_ALL } function pull_tango() -- GitLab