Commit 1d08fbd6 authored by daidekun's avatar daidekun

s

parent d3a1de81
...@@ -68,8 +68,11 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName) ...@@ -68,8 +68,11 @@ def build_nodejs_and_ui(namespace, systemName, contextDir, repoName, branchName)
print "=====Build Command Is=====" print "=====Build Command Is====="
echo res_json.toString() echo res_json.toString()
configPath = res_json["configPath"] configPath = res_json["configPath"]
print configPath
buildCmd = res_json["buildCmd"] buildCmd = res_json["buildCmd"]
print buildCmd
configName = systemName configName = systemName
print configName
print "==========================" print "=========================="
print "mv -f ./env.config.js ${configPath}" print "mv -f ./env.config.js ${configPath}"
......
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