Commit da01d76b by v_vjyjiang

d

parent 0fb1bf6e
...@@ -18,7 +18,9 @@ app.post("/upline", async function (req, res, next) { ...@@ -18,7 +18,9 @@ app.post("/upline", async function (req, res, next) {
if (version) { if (version) {
let endindex = version.lastIndexOf(".") let endindex = version.lastIndexOf(".")
let mapkey = version.substring(0, endindex) let mapkey = version.substring(0, endindex)
console.log(mapkey, "yaml file mapkey.......................")
let filenameinfo = mapfile[mapkey] let filenameinfo = mapfile[mapkey]
console.log(filenameinfo, "yaml file location.......................")
let fis = filenameinfo.split("|") let fis = filenameinfo.split("|")
let containerName = fis[0] let containerName = fis[0]
let filename = fis[1] 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