Browse Source

修改pay

bianzhenhua123 4 weeks ago
parent
commit
0e967af3a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      poyee-auction-modules/DEV/pay/Jenkinsfile

+ 0 - 1
poyee-auction-modules/DEV/pay/Jenkinsfile

@@ -46,7 +46,6 @@ EOF
 
             def base_branch = actionParameter.tokenize('/')[2]
             stages.upgrade(CONFIG, base_branch, K8S_BACKUPS, [
-                'POST_GITCLONE': { sh 'cp -r ../../../skywalking-agent-9.0.0 projdir/skywalking-agent' },
                 'GENERATEDOCKERFILE' : {generateDockerfile()},
                 'K3SDEPLOY' : {stages.deployWithConfigmapEnvOnly(CONFIG.service, CONFIG.k3s, base_branch, JAVA_ARGS, "./configmap-env.ini","ahxpm")}
             ])