Skip to content
Snippets Groups Projects
Commit 631fb0e8 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Merge branch 'feature/rm-phpstan.dist' into 'master'

Remove phpstan.dist from package

See merge request wpdesk/gitlab-ci!69
parents 6ea2e00a 415556a7
No related branches found
No related tags found
No related merge requests found
......@@ -294,7 +294,7 @@ build to deploy:
- COMPOSER_MEMORY_LIMIT=-1 && php -d memory_limit=-1 /usr/local/bin/composer install --no-dev --no-progress --optimize-autoloader --prefer-dist
- rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon phpunit.xml acceptance test_soap.php .gitlab
- rm -rf composer.json phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts .tmp tools codeception.dist.yml .env.testing wp-install.sh
- rm -rf phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts scoper.inc.php
- rm -rf phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts scoper.inc.php phpstan.dist
- find ./vendor -type d -name "tests" -exec rm -rf {} \; 2>/dev/null || (exit 0)
- find ./vendor -name "LICENSE" -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment