mirror of
https://github.com/go-task/task.git
synced 2025-12-26 00:31:38 +02:00
10 lines
123 B
YAML
10 lines
123 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
default:
|
|
preconditions:
|
|
-
|
|
- sh: "[ 1 = 1 ]"
|
|
cmds:
|
|
- echo "string-slice-1"
|