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

fix: release zip exclussions

parent 24383f81
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 *'
- 'zip -r $ZIP * 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*'
- '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