Skip to content

Commit

Permalink
Make wget be quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Sep 25, 2024
1 parent a92ee1e commit f378161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f378161

Please sign in to comment.