xinwei #28

Merged
root merged 14 commits from xinwei into master 2024-08-22 13:44:30 +08:00
Showing only changes of commit 27fd48e943 - Show all commits

View File

@ -5,7 +5,7 @@ type: docker # 定义流水线类型还有kubernetes、exec、ssh等类型
name: ludu-system-drone # 定义流水线名称
environment:
module: ${module}
module: ${DRONE_MODULE}
steps: # 定义流水线执行步骤,这些步骤将顺序执行