mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-27 20:14:54 +02:00
15 lines
354 B
YAML
15 lines
354 B
YAML
name: with-threads-hold
|
|
|
|
steps:
|
|
- commands:
|
|
- "echo 'calc ---> {{ 5555 * threads}} '"
|
|
scripts:
|
|
- "ExecCmd('mkdir -p /tmp/ott/')"
|
|
- "ExecCmd('seq 10 > /tmp/ott/source.txt')"
|
|
|
|
- source: '/tmp/ott/source.txt'
|
|
threads: '2'
|
|
commands:
|
|
- "echo '---> {{ 2 * threads}} '"
|
|
# - "sleep 1 && echo '---> done [[.line]]'"
|