chore(docker): fix running git in docker /workspace directory

This commit is contained in:
Marcus Holland-Moritz 2023-11-29 16:02:21 +01:00
parent 07412cb7c0
commit 46bd4dd11d

View File

@ -6,6 +6,8 @@ export CCACHE_DIR=/ccache
cd "$HOME"
git config --global --add safe.directory /workspace
rm -f dwarfs
ln -s /workspace dwarfs