mirror of
https://github.com/go-task/task.git
synced 2026-06-15 11:51:41 +00:00
10 lines
126 B
YAML
10 lines
126 B
YAML
version: '3'
|
|
|
|
preconditions:
|
|
- sh: "[ 1 = 0 ]"
|
|
msg: "1 != 0 obviously!"
|
|
|
|
tasks:
|
|
impossible:
|
|
cmd: echo "won't run"
|