We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4e45b commit 5817d11Copy full SHA for 5817d11
packages/dd-trace/src/plugins/util/git.js
@@ -42,7 +42,7 @@ function getGitMetadata (ciMetadata) {
42
branch: gitBranch,
43
tag: gitTag,
44
sha: gitCommitSHA
45
- } = getRepoInfo()
+ } = getRepoInfo(process.cwd())
46
47
const { name: authorName, email: authorEmail } = parseUser(author)
48
const { name: committerName, email: committerEmail } = parseUser(committer)
0 commit comments