Skip to content

Commit

Permalink
Add safe directory in config
Browse files Browse the repository at this point in the history
Added safe directory in config to fix dubious ownership
in repository error.

Signed-off-by: Ajay Kishore <[email protected]>
  • Loading branch information
ajaykish committed Oct 6, 2023
1 parent 0cb093f commit 4998ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/coverity.run
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ echo "Which cov-build: $(which cov-build)"

pushd "$DOCKER_BUILD_DIR"

git config --global --add safe.directory "$DOCKER_BUILD_DIR"
source ".ci/docker-prelude.sh"

echo "Performing build with Coverity Scan"
Expand Down

0 comments on commit 4998ecf

Please sign in to comment.