mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
(attempt to) Fix travis
This commit is contained in:
parent
6a5f137fa7
commit
4e2471b252
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ext {
|
||||||
revision = "${grgit.log().size()}-${grgit.head().abbreviatedId}"
|
revision = "${grgit.log().size()}-${grgit.head().abbreviatedId}"
|
||||||
if (file('.git/shallow').exists()) {
|
if (file('.git/shallow').exists()) {
|
||||||
// don't clone with --depth
|
// don't clone with --depth
|
||||||
revision = "-1-${shallow}"
|
revision = "-1-shallow"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue