mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
11 lines
120 B
YAML
11 lines
120 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
method: none
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
build:
|
||
|
|
cmds:
|
||
|
|
- echo "cs={{.CHECKSUM}}"
|
||
|
|
sources:
|
||
|
|
- ./source.txt
|