Skip to content
Snippets Groups Projects
Commit a4c53964 authored by Lucas García's avatar Lucas García
Browse files

fix: release zip exclussions

parent 65dc0f50
No related branches found
No related tags found
1 merge request!2Git submodules
......@@ -31,7 +31,7 @@ package:
image: javieraviles/zip:latest
stage: package
script:
- 'zip -r $ZIP * -x package.json -x package-lock.json -x phpunit.xml.dist -x Gruntfile.js -x CODE_OF_CONDUCT.md -x README.md -x "./tests/*" -x "./bin/*" -x .distignore -x .editorconfig -x .gitignore -x .gitlab-ci.yml -x .gitmodules -x .phpcs.xml.dist -x .travis.yml'
- 'zip -r $ZIP * -x "*node_modules*" -x "*bin/*" -x "*tests/*" -x "*.gitignore" -x "*.gitlab-ci.yml" -x "*.gitmodules" -x "*phpunit.xml.dist" -x "*README.md" -x "*Gruntfile.js" -x "*package.json" -x "*package-lock.json" -x "*.travis.yml" -x "*.editorconfig" -x "*.ditignore" -x "*src/*"'
- 'ls -lah'
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment