mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
fix(cli): restore other files support
This commit is contained in:
+3
-1
@@ -390,7 +390,7 @@ async function compareDynFSElement(
|
||||
}
|
||||
}
|
||||
return o;
|
||||
} else if (k.endsWith("flow.yaml")) {
|
||||
} else if (k.endsWith(".app.yaml")) {
|
||||
const o: any = yamlParse(v);
|
||||
const o2 = o["policy"];
|
||||
|
||||
@@ -403,6 +403,8 @@ async function compareDynFSElement(
|
||||
}
|
||||
}
|
||||
return o;
|
||||
} else {
|
||||
return o;
|
||||
}
|
||||
}
|
||||
for (const [k, v] of Object.entries(m1)) {
|
||||
|
||||
Reference in New Issue
Block a user