mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/16587] Use Doctum phar
PHPBB3-16587
This commit is contained in:
parent
1484f8ce91
commit
2b17ecf196
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@ NOTESTS=$3
|
||||||
|
|
||||||
if [ "$NOTESTS" == '1' ]
|
if [ "$NOTESTS" == '1' ]
|
||||||
then
|
then
|
||||||
phpBB/vendor/bin/doctum.php parse build/doctum-checkout.conf.php -v
|
(cd phpBB/vendor/bin/ && curl -O https://doctum.long-term.support/releases/latest/doctum.phar && chmod +x doctum.phar)
|
||||||
|
php phpBB/vendor/bin/doctum.phar parse build/doctum-checkout.conf.php -v
|
||||||
fi
|
fi
|
Loading…
Add table
Reference in a new issue