독립 control plane 구성을 위해 기존 Dart CLI/runtime을 runner 앱 경계로 옮기고, 후속 client/core/root 작업을 같은 마일스톤 task group에 연결한다.
21 lines
409 B
YAML
21 lines
409 B
YAML
---
|
|
# [샘플] 파일 변경 감지
|
|
|
|
property:
|
|
workspace: /path/to/project
|
|
targetPath: <!property.workspace>/config
|
|
|
|
pipeline:
|
|
id: main
|
|
workflow:
|
|
- exe: diff-check
|
|
|
|
commands:
|
|
# 파일 변경 감지 (캐시 기반)
|
|
- command: FileDiffCheck
|
|
id: diff-check
|
|
param:
|
|
paths:
|
|
- "<!property.targetPath>/config.json"
|
|
- "<!property.targetPath>/settings.xml"
|
|
setDiff: <@property.hasChanges>
|