Skip to content
Snippets Groups Projects
Commit 0664ea14 authored by dyszczo's avatar dyszczo
Browse files

remove more files

parent d9fa654b
Branches
Tags
No related merge requests found
......@@ -345,7 +345,11 @@ build to deploy:
- cd ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
- 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 composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts
- rm -rf composer.json phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts
- find ./vendor -type d -name "tests" -exec rm -rf {} \;
- find ./vendor -name "LICENSE" -delete
- find ./vendor -name "README.md" -delete
- find ./vendor -name ".gitlab-ci.yml" -delete
- cd ../
- zip -r -q ../release.zip ./
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment