Skip to content

Commit

Permalink
fix: 修复 step_meta.yaml (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuan929 authored Oct 16, 2023
1 parent 380f60f commit 7e99f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apiserver/paasng/fixtures/step_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
display_name_zh_cn: 下载构建上下文
display_name_en: Download docker build context
phase: build
started_patterns: '["Downloading docker build context\.\.\."]'
finished_patterns: '["\* Docker build context is ready"]'
started_patterns: '["Downloading docker build context\\.\\.\\."]'
finished_patterns: '["\\* Docker build context is ready"]'
updated: 2023-09-14 03:12:15.381779+00:00
model: engine.deploystepmeta
- fields:
Expand All @@ -304,8 +304,8 @@
display_name_zh_cn: 构建镜像
display_name_en: Building image
phase: build
started_patterns: '["Start building\.\.\."]'
finished_patterns: '["\* Build success"]'
started_patterns: '["Start building\\.\\.\\."]'
finished_patterns: '["\\* Build success"]'
updated: 2023-09-14 03:12:15.381779+00:00
model: engine.deploystepmeta
- fields:
Expand Down

0 comments on commit 7e99f8e

Please sign in to comment.