mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Lock the short commit IDs used to 7 characters
To prevent AppVeyor's usage of Git v2.11.0 from causing it to deploy different Bintray versions from Travis, which still uses Git v1.8. Fixes #744.
This commit is contained in:
@@ -14,6 +14,7 @@ function getGitDescription() {
|
||||
'describe',
|
||||
'--tags',
|
||||
'--long',
|
||||
'--abbrev=7',
|
||||
])).slice(0, -1);
|
||||
let branch = String(helpers.safeExecFileSync('git', [
|
||||
'rev-parse',
|
||||
|
||||
Reference in New Issue
Block a user