Skip to content

Commit

Permalink
add hunter cache to safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jun 24, 2024
1 parent c8052be commit c78c4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions housekeeping/docker/kagome-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ kagome_dev_docker_build:
docker exec -t $$CONTAINER_NAME /bin/bash -c \
"cd /opt/kagome && \
git config --global --add safe.directory /opt/kagome && \
git config --global --add safe.directory /root/.hunter/_Base/Cache && \
source /venv/bin/activate && \
git submodule update --init && \
echo \"Building in $(pwd)\" && \
Expand Down

0 comments on commit c78c4f1

Please sign in to comment.