Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvVarCircleCI is the process environment variable representing the // CIRCLECI env var. EnvVarCircleCI = "CIRCLECI" // EnvVarCircleSHA is the process environment variable representing the // CIRCLE_SHA1 env var. EnvVarCircleSHA = "CIRCLE_SHA1" // EnvVarGithubBotToken is the process environment variable representing // the GITHUB_BOT_TOKEN env var. EnvVarGithubBotToken = "GITHUB_BOT_TOKEN" // EnvVarKeepResources is the process environment variable representing the // KEEP_RESOURCES env var. EnvVarKeepResources = "KEEP_RESOURCES" // EnvVarTestedVersion is the process environment variable representing the // E2E_TESTED_VERSION env var. EnvVarTestedVersion = "E2E_TESTED_VERSION" )
Variables ¶
This section is empty.
Functions ¶
func GithubToken ¶
func GithubToken() string
func KeepResources ¶
func KeepResources() string
func TestedVersion ¶
func TestedVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.