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

fix: release zip exclussions

parent 42f1986f
No related branches found
No related tags found
1 merge request!3Git submodules
......@@ -33,7 +33,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 -x *.git*'
- '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'
- '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