And again

Because the ci built, but using a specific commit (to split Matt's previous commits into separate builds)
This commit is contained in:
dordsor21 2019-02-06 14:12:50 +00:00 committed by GitHub
parent 7e7f14a66b
commit e41060ad65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ ext {
date = git.head().getDate().format("yy.MM.dd")
revision = "-${git.head().abbreviatedId}"
parents = git.head().parentIds;
index = -2049; // Offset to match CI
index = -2048; // Offset to match CI
for (; parents != null && !parents.isEmpty(); index++) {
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
}