fix: normalize path separators in build script for Windows
This commit is contained in:
@@ -61,6 +61,7 @@ CMD ["./main"]
|
|||||||
|
|
||||||
targets = {}
|
targets = {}
|
||||||
for service_dir in sorted(glob.glob("app/*/*")):
|
for service_dir in sorted(glob.glob("app/*/*")):
|
||||||
|
service_dir = service_dir.replace("\\", "/")
|
||||||
service_type = os.path.basename(service_dir)
|
service_type = os.path.basename(service_dir)
|
||||||
if service_type not in ("api", "rpc", "mq", "adapter"):
|
if service_type not in ("api", "rpc", "mq", "adapter"):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user