mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 21:44:19 +02:00
27 lines
370 B
YAML
27 lines
370 B
YAML
#
|
|
# this is a mosscap item file, see: https://codeberg.org/scip/mosscap
|
|
items:
|
|
- name: docker/domdoc
|
|
|
|
vars:
|
|
index: test
|
|
time: 5s
|
|
|
|
tasks:
|
|
- name: today
|
|
action: date
|
|
|
|
- name: search
|
|
action: search
|
|
|
|
- name: date
|
|
action: search_date
|
|
args:
|
|
today: today.result
|
|
|
|
- name: wait
|
|
action: wait
|
|
|
|
- name: count
|
|
action: search_count
|