OpenSuSE LEAP 15.6 is not GA yet
This commit is contained in:
@@ -84,6 +84,7 @@ if args.all or args.list or (args.distro and args.version and args.build):
|
||||
with open(".gitlab-ci-build.yml.in", "r") as fp:
|
||||
y = load(fp, Loader=Loader)
|
||||
for item in my_list:
|
||||
print(item)
|
||||
if item.is_github:
|
||||
y[ item.only[6:] ]["parallel"]["matrix"].append({"distro": item.var_path})
|
||||
with open(".gitlab-ci-build.yml", "w") as fp:
|
||||
|
||||
Reference in New Issue
Block a user