Commit da01d76b by v_vjyjiang

d

parent 0fb1bf6e
......@@ -18,7 +18,9 @@ app.post("/upline", async function (req, res, next) {
if (version) {
let endindex = version.lastIndexOf(".")
let mapkey = version.substring(0, endindex)
console.log(mapkey, "yaml file mapkey.......................")
let filenameinfo = mapfile[mapkey]
console.log(filenameinfo, "yaml file location.......................")
let fis = filenameinfo.split("|")
let containerName = fis[0]
let filename = fis[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment