Skip to content

Commit

Permalink
add safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 5, 2024
1 parent 494ea3a commit b6f5517
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git add .
git commit -m "git init"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git add .
git commit -m "git init"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git add .
git commit -m "git init"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git add .
git commit -m "git init"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ardl get eos --image-type cEOS --version ${CEOS_LAB_VERSION} --import-docker
# init demo dir as Git repo if requested for this demo env
if ${GIT_INIT}; then
cd ${CONTAINERWSF}
git config --global --add safe.directory .
git init
git add .
git commit -m "git init"
Expand Down

0 comments on commit b6f5517

Please sign in to comment.