Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 623 Bytes

docs.md

File metadata and controls

21 lines (17 loc) · 623 Bytes
name author description tags containerImage containerImageUrl url
Extend env plugin
Woodpecker Authors
Extend your .env file with additional variables like semver information.
env
semver
woodpeckerci/plugin-extend-env

plugin-extend-env

The extend env plugin extends an existing or creates a new .env file with additional variables like semver information.

The below pipeline configuration demonstrates simple usage:

steps:
  extend-env:
    image: woodpeckerci/plugin-extend-env