You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
*Legend: Lower has higher priority (next is appending changes to previous)*
19
+
20
+
1. *.py
21
+
2. *.yaml
22
+
3. *.yml
23
+
24
+
Tasks execution
25
+
---------------
26
+
27
+
Tasks are executed one-by-one as they are specified in commandline or in TaskAlias declaration (commandline arguments).
28
+
29
+
.. code:: bash
30
+
31
+
rkd :task-1 :task-2 :task-3
32
+
33
+
1. task-1
34
+
2. task-2
35
+
3. task-3
36
+
37
+
A --keep-going can be specified after given task eg. :task-2 --keep-going, to ignore a single task failure and in consequence allow to go to the next task regardless of result.
0 commit comments