• vfdev's avatar
    Fixing issue with setup_env.sh in docker (#6106) · 03eda6e5
    vfdev authored
    New version of git checks folder owner and errors with 'fatal: unsafe repository' if owner is different.
    Thus, `root_dir="$(git rev-parse --show-toplevel)"` is failing.
    
    To fix the issue, just added all floder as safe directories
    git rev-parse --show-toplevel
    03eda6e5
setup_env.sh 1.36 KB