good morning!!!!

Skip to content
Snippets Groups Projects
Commit a7cc3248 authored by Felix Lange's avatar Felix Lange Committed by GitHub
Browse files

Merge pull request #3082 from fjl/build-fix-tag-appveyor

internal/build: fix git tag env variable for AppVeyor
parents ab7adb00 82e09c17
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ func Env() Environment {
Repo: os.Getenv("APPVEYOR_REPO_NAME"),
Commit: os.Getenv("APPVEYOR_REPO_COMMIT"),
Branch: os.Getenv("APPVEYOR_REPO_BRANCH"),
Tag: os.Getenv("APPVEYOR_REPO_TAG"),
Tag: os.Getenv("APPVEYOR_REPO_TAG_NAME"),
Buildnum: os.Getenv("APPVEYOR_BUILD_NUMBER"),
IsPullRequest: os.Getenv("APPVEYOR_PULL_REQUEST_NUMBER") != "",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment