aexiaoliou 1 年之前
父节点
当前提交
a8ef3382bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -80,7 +80,7 @@ pipeline {
                 echo '拷贝后台测试环境变量'
                 sh '''
                     cd h5 
-                    cp ./dotenv/test-on-server.test.env .env
+                    cp ./dotenv/test-on-server.env .env
                     cd ..
                 '''
                 echo '构建前端'