1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Don't persist new checksum on the disk if dry mode is enabled

Fixes #166
This commit is contained in:
Andrey Nering
2019-02-09 10:41:19 -02:00
parent 713ecd35f6
commit 902f0d3ac4
7 changed files with 57 additions and 14 deletions

9
testdata/dry_checksum/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
version: '2'
tasks:
default:
cmds:
- echo "Working..."
sources:
- source.txt
method: checksum

1
testdata/dry_checksum/source.txt vendored Normal file
View File

@@ -0,0 +1 @@
Something...