mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 05:49:56 -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"
|
cd "$HOME"
|
||||||
|
|
||||||
|
git config --global --add safe.directory /workspace
|
||||||
|
|
||||||
rm -f dwarfs
|
rm -f dwarfs
|
||||||
ln -s /workspace dwarfs
|
ln -s /workspace dwarfs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user