Commit 96e76011 authored by daidekun's avatar daidekun

fixbugs

parent b08919c6
......@@ -2,7 +2,7 @@
package libs;
import libs.utils;
def branchName = env.BRANCH_NAME
/*def branchName = env.BRANCH_NAME
def gitRepo = env.GIT_REPO
def namespace = env.NAMESPACE
def isDeploy = env.IS_DEPLOY
......@@ -19,6 +19,7 @@ def imageTag
def utils = new libs.utils()
def contextDir = utils.contextDir()
*/
def checkout() {
sh "cp -r /home/quant_group/qg-dockerfiles/templates/ui ${contextDir}"
......
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