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

feat: release exclussions and submodules commits

parent d630ed77
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ package: ...@@ -45,7 +45,7 @@ package:
image: javieraviles/zip:latest image: javieraviles/zip:latest
stage: package stage: package
script: script:
- 'zip -r $ZIP * -x "*CODE_OF_CONDUCT.md" -x "*node_modules*" -x "*bin/*" -x "*tests/*" -x "*.gitignore" -x "*.gitlab-ci.yml" -x "*.gitmodules" -x "*.php-cs-fixer.cache" -x "*phpunit.xml.dist" -x "*Gruntfile.js" -x "*package.json" -x "*package-lock.json" -x "*.travis.yml" -x "*.editorconfig" -x "*.distignore" -x "*src/*" -x "*.husky*" -x ".lintstagedrc.js" -x ".pretierrc" -x ".prettierrc-php" -x ".prettierignore" -x "eslint.config.js" -x "*.nvimrc*"' - 'zip -r $ZIP * -x "*CODE_OF_CONDUCT.md" -x "*node_modules*" -x "*bin/*" -x "*tests/*" -x "*.git/*" -x "*.gitignore" -x "*.gitlab-ci.yml" -x "*.gitmodules" -x "*.php-cs-fixer.cache" -x "*phpunit.xml.dist" -x "*.phpcs.xml.dist" -x "*Gruntfile.js" -x "*package.json" -x "*package-lock.json" -x "*.travis.yml" -x "*.editorconfig" -x "*.distignore" -x "*src/*" -x "*.husky*" -x ".lintstagedrc.js" -x ".pretierrc" -x ".prettierrc-php" -x ".prettierignore" -x "eslint.config.js" -x "*.nvimrc*"'
- 'ls -lah' - 'ls -lah'
artifacts: artifacts:
paths: paths:
......
Subproject commit 61960ed121e28027ddd2b19dab03f8363969a1c7 Subproject commit c35e3a093fc671f7e4098bca06d68c279ad9b011
Subproject commit d6b61fe5eb9be0c82452e8eca5e36a60b80f7a45 Subproject commit 1c0243c9ad30ed1bc2648d7b0daa0dd1a0580cab
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