build(chuanqi_server_jenkins): 移除启动脚本执行命令
- 删除了 Docker 容器启动脚本的执行命令 - 优化了构建流程,减少了不必要的操作
This commit is contained in:
@@ -21,7 +21,6 @@ pipeline {
|
|||||||
sh "cp -f stop.sh /home/cq/data/stop.sh"
|
sh "cp -f stop.sh /home/cq/data/stop.sh"
|
||||||
sh "cp -rf wch /home/cq/data/wch"
|
sh "cp -rf wch /home/cq/data/wch"
|
||||||
sh "docker restart chuanqi-server"
|
sh "docker restart chuanqi-server"
|
||||||
sh "docker exec -itd chuanqi-server bash -- /data/run.sh"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user