Reduce the verbosity of CI scripts

This commit is contained in:
Michael Legleux
2022-03-15 18:22:09 -07:00
committed by manojsdoshi
parent 593677ee82
commit 1502e6e2cd
4 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env sh
set -ex
set -e
install_from=$1
use_private=${2:-0} # this option not currently needed by any CI scripts,
# reserved for possible future use