Merge pull request #2950 from jjmengze/patch-2

fix typo
This commit is contained in:
Thomas Boerger 2020-04-04 20:22:26 +02:00 committed by GitHub
commit ab93fd2def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ func repoEnviron(repo *core.Repository) map[string]string {
//
// these are legacy configuration parameters for backward
// compatibilty with drone 0.8.
// compatibility with drone 0.8.
//
"CI_REPO": 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
// compatibilty with drone 0.8.
// compatibility with drone 0.8.
//
"CI_BUILD_NUMBER": fmt.Sprint(build.Number),
"CI_PARENT_BUILD_NUMBER": fmt.Sprint(build.Parent),