Skip to content
Snippets Groups Projects
Verified Commit e1fe1c09 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Disable shallow Clones of Git Repository

When a shallow clone is checked out by Flatpak, the code determining the
version based on Git metadata does not work properly.
parent fb3462a3
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ modules:
- type: git
url: https://gitlab.ep1.rub.de/fp311online/fp311online-client.git
branch: master
disable-shallow-clone: true
post-install:
# Cling will complain if standard library includes are not available...
- cp -R /usr/include/* /app/include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment