mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16587] Clean the TravisCI Doctum script
PHPBB3-16587
This commit is contained in:
parent
414e17a089
commit
a755103350
1 changed files with 1 additions and 15 deletions
|
@ -16,19 +16,5 @@ NOTESTS=$3
|
||||||
|
|
||||||
if [ "$NOTESTS" == '1' ]
|
if [ "$NOTESTS" == '1' ]
|
||||||
then
|
then
|
||||||
# Workarounds for
|
phpBB/vendor/bin/doctum.php parse build/doctum-checkout.conf.php -v
|
||||||
# https://github.com/fabpot/Sami/issues/116
|
|
||||||
# and
|
|
||||||
# https://github.com/fabpot/Sami/issues/117
|
|
||||||
errors=$(
|
|
||||||
unbuffer phpBB/vendor/bin/sami.php parse build/sami-checkout.conf.php -v | \
|
|
||||||
sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | \
|
|
||||||
grep "ERROR: " | \
|
|
||||||
tee /dev/tty | \
|
|
||||||
wc -l
|
|
||||||
)
|
|
||||||
if [ "$errors" != "0" ]
|
|
||||||
then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue