Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 1, 2024
1 parent 405eef7 commit 08d9d5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
fetch-tags: true
# We should not need other git commits, so removed
# fetch-depth: 0
# If fetch-depth: 0 is not specified, then
# git describe --tags --dirty
# below fails. Is that actually needed?
fetch-depth: 0

# Ownerships in the working directory are odd.
# . is owned by UID 1001, while repo files are owned by root
Expand Down

0 comments on commit 08d9d5f

Please sign in to comment.