File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,10 @@ function dna::install_dockerized_norlab_project_on_host() {
190190
191191 # This is required in our case since DNA has multiple git submodule and it might be confusing to
192192 # user how to proceed with install.
193- sudo git config --global --add safe.directory " ${dna_install_dir} "
193+ git config --global --add safe.directory " ${dna_install_dir} " && \
194+ git config --global --add safe.directory " ${dna_install_dir} /utilities/norlab-shell-script-tools" && \
195+ git config --global --add safe.directory " ${dna_install_dir} /utilities/norlab-build-system" && \
196+ git config --global --add safe.directory " ${dna_install_dir} /utilities/norlab-build-system/utilities/norlab-shell-script-tools"
194197
195198 # Source minimum required library for install purposes (phase 2)
196199 source " ${dna_install_dir} /utilities/norlab-shell-script-tools/import_norlab_shell_script_tools_lib.bash"
You can’t perform that action at this time.
0 commit comments