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

18 lines
280 B
YAML
Raw Normal View History

version: '3'
2022-08-23 23:43:04 +02:00
tasks:
default:
sources:
- src/**/*
cmds:
- echo "some job"
2022-08-23 23:43:04 +02:00
test-sym:
cmds:
- echo "shared file source changed" > src/shared/b
2022-08-23 23:43:04 +02:00
reset:
cmds:
- echo "shared file source" > src/shared/b
- echo "file source" > src/a