Migrate project to Go #1
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,7 @@ type App struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Drone struct {
|
type Drone struct {
|
||||||
BuildNumber string `env:"DRONE_BUILD_NUMBER"`
|
|
||||||
BuildStatus string `env:"DRONE_BUILD_STATUS"`
|
BuildStatus string `env:"DRONE_BUILD_STATUS"`
|
||||||
StageName string `env:"DRONE_STAGE_NUMBER"`
|
|
||||||
StageStatus string `env:"DRONE_STAGE_STATUS"`
|
|
||||||
Tag string `env:"DRONE_TAG"`
|
Tag string `env:"DRONE_TAG"`
|
||||||
BuildLink string `env:"DRONE_BUILD_LINK"`
|
BuildLink string `env:"DRONE_BUILD_LINK"`
|
||||||
CommitLink string `env:"DRONE_COMMIT_LINK"`
|
CommitLink string `env:"DRONE_COMMIT_LINK"`
|
||||||
|
@ -25,7 +22,6 @@ type Drone struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Ci struct {
|
type Ci struct {
|
||||||
RepoName string `env:"CI_REPO_NAME"`
|
|
||||||
CommitMessage string `env:"CI_COMMIT_MESSAGE"`
|
CommitMessage string `env:"CI_COMMIT_MESSAGE"`
|
||||||
CommitSha string `env:"CI_COMMIT_SHA"`
|
CommitSha string `env:"CI_COMMIT_SHA"`
|
||||||
CommitBranch string `env:"CI_COMMIT_BRANCH"`
|
CommitBranch string `env:"CI_COMMIT_BRANCH"`
|
||||||
|
|
Loading…
Reference in a new issue