Image to zip shopware plugins without any unneeded files
- Executes
composer install -qno --no-dev --ignore-platform-reqs
on installation to remove dev-dependencies
test-k10r-package-plugin:
image: kellerkinder/shopware-package-plugin:latest
script:
- package-plugin #optional param = name
artifacts:
paths:
- ${CI_PROJECT_NAME}.zip # default name
You may want to add FroshPluginUploader to your CI pipeline, e.g. to validate your plugin or directly upload a tagged release.