Skip to content

Commit

Permalink
print global config or don't, and set GIT_WORK_TREE to idf path
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 3, 2024
1 parent 0182443 commit c181d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deps/ports/espressif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ runs:
echo Worktree: $GIT_WORK_TREE
git config --list --show-origin
echo ** Global Git config:
git config --global --list --show-origin
GIT_CEILING_DIRECTORIES=$IDF_PATH/.git GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_PACK_ACCESS=1 GIT_TRACE_PACKFILE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git -c protocol.file.allow=always submodule update --init --depth=1 -v -v --recursive $IDF_PATH
git config --global --list --show-origin || true
GIT_CEILING_DIRECTORIES=$IDF_PATH GIT_WORK_TREE=$IDF_PATH/.git GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_TRACE_PACK_ACCESS=1 GIT_TRACE_PACKFILE=1 GIT_TRACE_SETUP=1 GIT_TRACE_SHALLOW=1 git -c protocol.file.allow=always submodule update --init --depth=1 -v -v --recursive $IDF_PATH
shell: bash

0 comments on commit c181d67

Please sign in to comment.