Skip to content

Commit

Permalink
Remove .git
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Oct 24, 2024
1 parent 1f27769 commit 29bce68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
submodules: false
fetch-depth: 0

- name: Do not recurse submodules
run: |
git config --global submodule.active ''
git config --global submodule.recurse false
- name: Remove .git
run: rm -rf .git
# git config --global submodule.active ''
# git config --global submodule.recurse false

- name: df after checkout
run: df -h
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-z3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
submodules: false
fetch-depth: 0

- name: Do not recurse submodules
run: |
git config --global submodule.active ''
git config --global submodule.recurse false
- name: Remove .git
run: rm -rf .git
# git config --global submodule.active ''
# git config --global submodule.recurse false

- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
Expand Down

0 comments on commit 29bce68

Please sign in to comment.