Merge pull request #1761 from ElliotSilver/2024-10-01-es-add-missing-ci-desc

add missing description to ci-build package entry
This commit is contained in:
Grahame Grieve 2024-10-06 17:55:13 +08:00 committed by GitHub
commit 160ee5aebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ public class PackageList {
}
cibuild = new PackageListEntry(new JsonObject());
cibuild.init(version, path, status, status, null);
cibuild.describe(desc, null, null);
json.getJsonArray("list").add(0, cibuild.json);
}