From f378161359134e63b791a87e7dc7777e684fcd80 Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:30:05 +0100 Subject: [PATCH] Make wget be quiet --- ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build.sh b/ci_build.sh index 550376b..254bb77 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -53,7 +53,7 @@ build_schema_variants() { pushd "${LIB_DIR}" echo -e "${GREEN}Downloading ${BLUE}${TRANSFORMER_JAR_URL}${NC}" - wget "${TRANSFORMER_JAR_URL}" + wget --quiet "${TRANSFORMER_JAR_URL}" popd # Run the transformations