Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 713 Bytes

boilr-environ

This is a boilr template for creating an environment variable extension. Use an environment variable extension to provide custom environment variables to your pipelines. Get started by cloning the project and installing the template:

$ boilr template download drone/boilr-environ drone-environ

create a project in directory my-environ:

$ boilr template use drone-environ my-environ

enter the docker registry name for this project:

[?] Please choose a value for "DockerRepository" [default: "foo/bar"]:

enter the go module name:

[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":