mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-08 09:58:46 +00:00
build: build-docker.sh: ignore dubious ownership
[no changelog]
This commit is contained in:
parent
dea1cf2bf8
commit
215c4d32d9
@ -184,6 +184,8 @@ if [ $INIT -eq 1 ]; then
|
||||
|
||||
mkdir -p /reproducible-build
|
||||
cd /reproducible-build
|
||||
# ignore ownership of the local repo
|
||||
git config --global --add safe.directory /local/.git
|
||||
git clone --branch="$TAG" --depth=1 "$REPOSITORY" trezor-firmware
|
||||
cd trezor-firmware
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user