Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from grapl-security/cm/git-root
Browse files Browse the repository at this point in the history
Add `--rootDir` option to codecov uploader invocation
  • Loading branch information
christophermaier authored Feb 18, 2022
2 parents 371091e + 46f7f9d commit 2789127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ docker run \
--env=BUILDKITE_JOB_ID \
--env=BUILDKITE_PROJECT_SLUG \
-- \
"${image}" --verbose --file="${file_glob}"
"${image}" --verbose --file="${file_glob}" --rootDir="/workdir"

0 comments on commit 2789127

Please sign in to comment.