We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072b633 commit 4150e74Copy full SHA for 4150e74
ci/src/merge-manifest.py
@@ -2,7 +2,7 @@
2
import json
3
4
if __name__ == "__main__":
5
- plugins = glob.glob("plugins/*.json")
+ plugins = sorted(glob.glob("plugins/*.json"))
6
7
manifests = []
8
0 commit comments