Skip to content

Commit

Permalink
Remove progress bar from Doctum build output for crons not to send th…
Browse files Browse the repository at this point in the history
…e output by email

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 5, 2021
1 parent ed6f32f commit 3ec5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develdocs/build.sh
Expand Up @@ -31,7 +31,7 @@ for repo in phpmyadmin sql-parser motranslator shapefile simple-math ; do
--base-url "https://develdocs.phpmyadmin.net/$repo/" \
--output-config "$BUILDER_REPO/develdocs/doctum-$repo.php"
# Render
nice -19 "$BUILDER_REPO/develdocs/vendor/bin/doctum.php" update --force --ignore-parse-errors "$BUILDER_REPO/develdocs/doctum-$repo.php"
nice -19 "$BUILDER_REPO/develdocs/vendor/bin/doctum.php" update --force --no-progress --no-ansi --ignore-parse-errors "$BUILDER_REPO/develdocs/doctum-$repo.php"
# Delete config file
rm "$BUILDER_REPO/develdocs/doctum-$repo.php"
done

0 comments on commit 3ec5302

Please sign in to comment.