Ref #16413 - Remove HHVM files and any possible tmp folder
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
73e807210b
commit
071124078d
@ -106,6 +106,10 @@ for filePath in ${FILE_LIST}; do
|
||||
foundFile "${foundFile}";;
|
||||
*vendor/*.w32)
|
||||
foundFile "${foundFile}";;
|
||||
*.hhconfig)
|
||||
foundFile "${foundFile}";;
|
||||
*.hhi)
|
||||
foundFile "${foundFile}";;
|
||||
*) ;;
|
||||
esac
|
||||
done
|
||||
|
||||
@ -160,6 +160,8 @@ cleanup_composer_vendors() {
|
||||
vendor/williamdes/mariadb-mysql-kbs/test/ \
|
||||
vendor/williamdes/mariadb-mysql-kbs/schemas/ \
|
||||
vendor/nikic/fast-route/.travis.yml \
|
||||
vendor/nikic/fast-route/.hhconfig \
|
||||
vendor/nikic/fast-route/FastRoute.hhi \
|
||||
vendor/nikic/fast-route/phpunit.xml \
|
||||
vendor/nikic/fast-route/psalm.xml \
|
||||
vendor/nikic/fast-route/test/ \
|
||||
@ -472,6 +474,9 @@ for kit in $KITS ; do
|
||||
# Remove developer scripts
|
||||
rm -rf scripts
|
||||
|
||||
# Remove possible tmp folder
|
||||
rm -rf tmp
|
||||
|
||||
cd ..
|
||||
|
||||
# Remove tar file possibly left from previous run
|
||||
|
||||
Loading…
Reference in New Issue
Block a user