We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285ccce commit 67eab93Copy full SHA for 67eab93
root/app/functions/update-redbot.sh
@@ -14,8 +14,7 @@ if [ "${STORAGE_TYPE}" != "json" ]; then
14
fi
15
16
if [ -z "${PYLAV__DOCKER_DEV_SKIP_INSTALL:-}" ]; then
17
- git git config --global --add safe.directory $PYLAV__DEV_LIB || true
18
- git git config --global --add safe.directory $PYLAV__DEV_COG || true
+ git config --global --add safe.directory '*'
19
python /app/functions/pylav_setup.py
20
21
0 commit comments