From a2764d0c1ee388f98fbeac06f5ed87346ce8539c Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Tue, 7 Dec 2021 09:46:05 +0800 Subject: [PATCH] [skip ci]Add comment fo build_image.sh (#12835) Signed-off-by: Jenny Li --- build/build_image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build_image.sh b/build/build_image.sh index 0126c6faf1..fdfea9b6a5 100755 --- a/build/build_image.sh +++ b/build/build_image.sh @@ -18,6 +18,7 @@ # Exit immediately for non zero status set -e +# Print commands set -x # Absolute path to the toplevel milvus directory.