Skip to content
Snippets Groups Projects
Commit 899a376c authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Git config supplemented by safe_directory entry

parent 59a5f333
No related branches found
No related tags found
1 merge request!18Git config supplemented by safe_directory entry
Pipeline #75615 passed
......@@ -14,7 +14,7 @@ RUN apt-get update && \
autoconf \
libtool \
protobuf-compiler && \
npm install -g yarn
npm install -g yarn
FROM supplemented_tools_sdk AS lib_source
......@@ -31,7 +31,8 @@ RUN <<-EOF
set -e
git config --global advice.detachedHead false
git config --global --add safe.directory '*'
mkdir -vp tmp_src
cd tmp_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment