@@ -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 '构建前端'