This commit is contained in:
parent
48f258d4ca
commit
8655ae2d1a
@ -75,12 +75,6 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
||||
|
||||
- chmod +x /ludu/maven/build/ludu-module-ticketing/run.sh # 更改为可执行脚本
|
||||
- /ludu/maven/build/ludu-module-ticketing/run.sh # 运行脚本打包应用镜像并运行
|
||||
|
||||
- chmod +x /ludu/maven/build/ludu-module-parking/run.sh # 更改为可执行脚本
|
||||
- /ludu/maven/build/ludu-module-parking/run.sh # 运行脚本打包应用镜像并运行
|
||||
|
||||
- chmod +x /ludu/maven/build/ludu-module-datacenter/run.sh # 更改为可执行脚本
|
||||
- /ludu/maven/build/ludu-module-datacenter/run.sh # 运行脚本打包应用镜像并运行
|
||||
|
||||
volumes: # 定义流水线挂载目录,用于共享数据
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user