Skip to content

Commit

Permalink
[ci] clean .git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jackblack369 committed Dec 27, 2024
1 parent c723b2b commit 0e119ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build
build
.git
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
git submodule sync --recursive
git submodule update --init --recursive
- name: Clean .git directory
run: |
find . -name ".git" -type d -exec rm -rf {} +
- name: Set up Docker Buildx
if: ${{ github.event_name == 'push'}}
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 0e119ca

Please sign in to comment.