Skip to content

Commit

Permalink
Disable shallow cloning to make versioning work
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 31, 2024
1 parent bf2fc66 commit 4c3b7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/scripts/rewrite-manfiest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"type": "git",
"url": "https://github.com/flathub/flatpak-builder-lint",
"commit": SHA,
"disable-shallow-clone": True,
}
]
break
Expand Down
3 changes: 2 additions & 1 deletion org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
{
"type": "git",
"url": "https://github.com/flathub/flatpak-builder-lint",
"commit": "50e8318b8ca4514856b063fb568dd84996b35d2a"
"commit": "50e8318b8ca4514856b063fb568dd84996b35d2a",
"disable-shallow-clone": true
}
]
}
Expand Down

0 comments on commit 4c3b7f8

Please sign in to comment.