Skip to content

Commit 4150e74

Browse files
authored
Stable emit of plugins.json, so diffs are more readable
1 parent 072b633 commit 4150e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/src/merge-manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33

44
if __name__ == "__main__":
5-
plugins = glob.glob("plugins/*.json")
5+
plugins = sorted(glob.glob("plugins/*.json"))
66

77
manifests = []
88

0 commit comments

Comments
 (0)