bootstrap.ci: stop echoing executed commands
This commit is contained in:
parent
882080cdf7
commit
4590d915b9
|
@ -36,7 +36,7 @@ do
|
|||
done
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
if [ -f Makefile ]; then
|
||||
make distclean
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue