mirror of https://github.com/ArduPilot/ardupilot
Tools: Scripts: cygwin build: remove setting of git safe directory
This commit is contained in:
parent
f17545b4c3
commit
106068818e
|
@ -18,8 +18,6 @@ $GPP_COMPILER -print-sysroot
|
||||||
SYS_ROOT=$($GPP_COMPILER -print-sysroot)
|
SYS_ROOT=$($GPP_COMPILER -print-sysroot)
|
||||||
echo "SYS_ROOT=$SYS_ROOT"
|
echo "SYS_ROOT=$SYS_ROOT"
|
||||||
|
|
||||||
git config --global --add safe.directory /cygdrive/d/a/ardupilot/ardupilot
|
|
||||||
|
|
||||||
rm -rf artifacts
|
rm -rf artifacts
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue