build(chuanqi_server_jenkins): 移除启动脚本执行命令

- 删除了 Docker 容器启动脚本的执行命令
- 优化了构建流程,减少了不必要的操作
This commit is contained in:
2024-12-14 18:42:36 +08:00
parent 0a14e90f8a
commit cf52be7c57

View File

@@ -21,7 +21,6 @@ pipeline {
sh "cp -f stop.sh /home/cq/data/stop.sh"
sh "cp -rf wch /home/cq/data/wch"
sh "docker restart chuanqi-server"
sh "docker exec -itd chuanqi-server bash -- /data/run.sh"
}
}
}