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