Merge pull request #1226 from hkjn/patch-3
Update comments in shared.build.Builder
This commit is contained in:
commit
b0547a081e
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ func New(dockerClient *docker.Client) *Builder {
|
||||||
// Builder represents a build process being prepared
|
// Builder represents a build process being prepared
|
||||||
// to run.
|
// to run.
|
||||||
type Builder struct {
|
type Builder struct {
|
||||||
// Image specifies the Docker Image that will be
|
// Build specifies the configuration details for building,
|
||||||
// used to virtualize the Build process.
|
// testing and deploying code.
|
||||||
Build *script.Build
|
Build *script.Build
|
||||||
|
|
||||||
// Source specifies the Repository path of the code
|
// Repo specifies the repository details for the code that
|
||||||
// that we are testing.
|
// that we are testing.
|
||||||
//
|
//
|
||||||
// The source repository may be a local repository
|
// The source repository may be a local repository
|
||||||
|
|
Loading…
Reference in a new issue