Skip to content

kellerkinderDE/docker-package-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-package-plugin

Image to zip shopware plugins without any unneeded files

  • Executes composer install -qno --no-dev --ignore-platform-reqs on installation to remove dev-dependencies

Usage

Example GitLab CI job

test-k10r-package-plugin:
    image: kellerkinder/shopware-package-plugin:latest
script:
    - package-plugin #optional param = name
artifacts:
    paths:
        - ${CI_PROJECT_NAME}.zip # default name

Extensions

You may want to add FroshPluginUploader to your CI pipeline, e.g. to validate your plugin or directly upload a tagged release.

About

Image to zip shopware plugins without all unneded files

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •