1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml
Andrey Nering 8788703ac6
CHANGELOG for #831
Closes #826
2022-08-23 18:43:04 -03:00

18 lines
280 B
YAML

version: '3'
tasks:
default:
sources:
- src/**/*
cmds:
- echo "some job"
test-sym:
cmds:
- echo "shared file source changed" > src/shared/b
reset:
cmds:
- echo "shared file source" > src/shared/b
- echo "file source" > src/a