mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 17:43:15 +00:00
Add comment to shared.build.repo.Repo type
This commit is contained in:
@@ -5,6 +5,12 @@ import (
|
||||
"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 {
|
||||
// The name of the Repository. This should be the
|
||||
// canonical name, for example, github.com/drone/drone.
|
||||
|
Reference in New Issue
Block a user