Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudBuildFileName = "cloudbuild.bridge.yaml"
CloudBuildFileName default yaml file name for building
View Source
var GitFolder = "/gcb-bridge/git/"
GitFolder default location to put temp git repos
Functions ¶
func GetAccessToken ¶
GetAccessToken get access token by installation ID
Types ¶
type Repo ¶
type Repo struct { Event string InstallationID string RepositoryNodeID string Dir string FullName string Branch string AssociatedBases []string BaseBranch string Tag string BeforeSHA string AfterSHA string BuildFilePath string Removed bool }
Repo repo struct
func (*Repo) GetChanges ¶
GetChanges get changes filename between BeforeSHA and AfterSHA
Click to show internal directories.
Click to hide internal directories.