fix typo
fix typo
This commit is contained in:
parent
12f43c8180
commit
fb01db1b20
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ func repoEnviron(repo *core.Repository) map[string]string {
|
||||||
|
|
||||||
//
|
//
|
||||||
// these are legacy configuration parameters for backward
|
// these are legacy configuration parameters for backward
|
||||||
// compatibilty with drone 0.8.
|
// compatibility with drone 0.8.
|
||||||
//
|
//
|
||||||
"CI_REPO": repo.Slug,
|
"CI_REPO": repo.Slug,
|
||||||
"CI_REPO_NAME": repo.Slug,
|
"CI_REPO_NAME": repo.Slug,
|
||||||
|
@ -110,7 +110,7 @@ func buildEnviron(build *core.Build) map[string]string {
|
||||||
|
|
||||||
//
|
//
|
||||||
// these are legacy configuration parameters for backward
|
// these are legacy configuration parameters for backward
|
||||||
// compatibilty with drone 0.8.
|
// compatibility with drone 0.8.
|
||||||
//
|
//
|
||||||
"CI_BUILD_NUMBER": fmt.Sprint(build.Number),
|
"CI_BUILD_NUMBER": fmt.Sprint(build.Number),
|
||||||
"CI_PARENT_BUILD_NUMBER": fmt.Sprint(build.Parent),
|
"CI_PARENT_BUILD_NUMBER": fmt.Sprint(build.Parent),
|
||||||
|
|
Loading…
Reference in a new issue