Merge pull request #1227 from hkjn/patch-4
Add comment to shared.build.repo.Repo type
This commit is contained in:
commit
6890927415
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Repo specifies the repository details for the code that
|
||||||
|
// that we are testing.
|
||||||
|
//
|
||||||
|
// The source repository may be a local repository
|
||||||
|
// on the current filesystem, or a remote repository
|
||||||
|
// on GitHub, Bitbucket, etc.
|
||||||
type Repo struct {
|
type Repo struct {
|
||||||
// The name of the Repository. This should be the
|
// The name of the Repository. This should be the
|
||||||
// canonical name, for example, github.com/drone/drone.
|
// canonical name, for example, github.com/drone/drone.
|
||||||
|
|
Loading…
Reference in a new issue