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

fix: release zip exclussions

parent 9d4741f6
No related branches found
No related tags found
1 merge request!3Git submodules
Pipeline #128329 failed
......@@ -32,8 +32,7 @@ variables:
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 "*CODE_OF_CONDUCT.md" -x "*node_modules*" -x "*bin/*" -x "*tests/*" -x "*.gitignore" -x "*.gitlab-ci.yml" -x "*.gitmodules" -x "*phpunit.xml.dist" -x "*Gruntfile.js" -x "*package.json" -x "*package-lock.json" -x "*.travis.yml" -x "*.editorconfig" -x "*.distignore" -x "*src/*"'
- 'ls -lah'
artifacts:
paths:
......
Subproject commit cdd4e719b1139fbc7f356000f1d4e0606b4c0356
Subproject commit 7cd7cea6a7180dc90809ef7d91a40cfdb2e42c4f
Subproject commit 6a8daeabc73228c538b823d0501d49a33a658f20
Subproject commit a3b5e7e89f1182d0517193c868b9c1018c8321bd
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