编辑文件 my-first-workflow.yaml
This commit is contained in:
@@ -113,5 +113,4 @@ steps:
|
|||||||
skip_verify: true # 统一缩进6个空格
|
skip_verify: true # 统一缩进6个空格
|
||||||
timeout: 30s # 统一缩进6个空格
|
timeout: 30s # 统一缩进6个空格
|
||||||
depends_on: # 子元素,缩进4个空格
|
depends_on: # 子元素,缩进4个空格
|
||||||
- build_logic # depends_on内的项,缩进6个空格
|
- build_logic # depends_on内的项,缩进6个空格
|
||||||
- fetch-deploy-config # 统一缩进6个空格
|
|
||||||
Reference in New Issue
Block a user