mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
docker-qgis-test.sh: mark QGIS source tree as a git safe.directory
This commit is contained in:
parent
26e392d6a6
commit
4e194084d2
@ -3,6 +3,11 @@
|
||||
set -e
|
||||
|
||||
SRCDIR=${CTEST_SOURCE_DIR-/root/QGIS}
|
||||
cd ${SRCDIR}
|
||||
|
||||
# This is needed for `git status` to work, see
|
||||
# https://github.com/qgis/QGIS/runs/6733585841?check_suite_focus=true#step:13:89
|
||||
git config --global --add safe.directory ${SRCDIR}
|
||||
|
||||
# Debug env
|
||||
echo "::group::Print env"
|
||||
|
Loading…
x
Reference in New Issue
Block a user