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

Merge branch 'bugfix/too-much-files' into 'devel'

Bugfix/too much files

See merge request wpdesk/plugin-template!20
parents 7c3ad0f1 996d1547
No related branches found
No related tags found
2 merge requests!36Devel,!20Bugfix/too much files
/vendor/
.idea
build-coverage
*.phar
\ No newline at end of file
variables:
WPDESK_CI_VERSION: 1.10.15
WPDESK_CI_VERSION: 1.10.16
MYSQL_ROOT_PASSWORD: mysql
MYSQL_DATABASE: wptest
MYSQL_USER: mysql
......@@ -189,8 +189,8 @@ build to deploy:
- cp -rf /tmp/release/* ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
- cd ${CI_PROJECT_DIR}/release/${CI_PROJECT_NAME}
- composer install --no-dev --no-progress --optimize-autoloader
- rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon \
composer.json composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar
- rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon
- rm -rf composer.json composer.lock phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar
- 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