Commit 6f74a11b authored by zhouzihao's avatar zhouzihao

fix

parent cada6874
...@@ -130,7 +130,7 @@ const buildJava = async (projectObj, envObj, typeObj, configList, branch, versio ...@@ -130,7 +130,7 @@ const buildJava = async (projectObj, envObj, typeObj, configList, branch, versio
cache_list.push(project_cache); cache_list.push(project_cache);
} }
for (let v of cache_list) { for (let v of cache_list) {
cache += " - " + v; cache += " - " + v;
} }
} }
......
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