Remove Doctum config files on releases

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-10-11 17:29:02 +02:00
parent 62a40f9363
commit 7813f8f2b2
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -224,6 +224,9 @@ rm -rf PMAStandard
# Testsuite setup
rm -f .travis.yml .coveralls.yml .scrutinizer.yml .jshintrc .weblate codecov.yml
# Remove Doctum config file
rm -f test/doctum-config.php
# Remove readme for github
rm -f README.rst