mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 12:59:31 +00:00
6 lines
79 B
YAML
6 lines
79 B
YAML
- name: one
|
|
command: echo one
|
|
- name: two
|
|
after: [one]
|
|
command: echo two
|