Skip to content

Commit 49e3b2e

Browse files
committed
update taskfile
1 parent b48b60a commit 49e3b2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Taskfile.dist.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,14 @@ tasks:
112112
- sha256sum laravel.yaml > laravel.yaml.sha256
113113
- sha256sum node.yaml > node.yaml.sha256
114114
- sha256sum php.yaml > php.yaml.sha256
115+
- sha256sum python.yaml > python.yaml.sha256
116+
- sha256sum *.yaml > checksums.sha256.txt
115117
- task: commit-updated-checksums
116118

117119
commit-updated-checksums:
118120
desc: Commits updated checksum files
119-
preconditions:
120-
- git status --porcelain | grep ' M ' | grep '.sha256'
121+
internal: true
122+
silent: true
121123
cmds:
122-
- git add templates/remote-includes/*.sha256
124+
- git add templates/remote-includes/*.sha256 templates/remote-includes/checksums.*.txt
123125
- git commit -m "update checksum files"

0 commit comments

Comments
 (0)