mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-11 13:30:47 -04:00
chore(docker): fix running git in docker /workspace directory
This commit is contained in:
parent
07412cb7c0
commit
46bd4dd11d
@ -6,6 +6,8 @@ export CCACHE_DIR=/ccache
|
||||
|
||||
cd "$HOME"
|
||||
|
||||
git config --global --add safe.directory /workspace
|
||||
|
||||
rm -f dwarfs
|
||||
ln -s /workspace dwarfs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user