We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b60a commit 49e3b2eCopy full SHA for 49e3b2e
Taskfile.dist.yaml
@@ -112,12 +112,14 @@ tasks:
112
- sha256sum laravel.yaml > laravel.yaml.sha256
113
- sha256sum node.yaml > node.yaml.sha256
114
- sha256sum php.yaml > php.yaml.sha256
115
+ - sha256sum python.yaml > python.yaml.sha256
116
+ - sha256sum *.yaml > checksums.sha256.txt
117
- task: commit-updated-checksums
118
119
commit-updated-checksums:
120
desc: Commits updated checksum files
- preconditions:
- - git status --porcelain | grep ' M ' | grep '.sha256'
121
+ internal: true
122
+ silent: true
123
cmds:
- - git add templates/remote-includes/*.sha256
124
+ - git add templates/remote-includes/*.sha256 templates/remote-includes/checksums.*.txt
125
- git commit -m "update checksum files"
0 commit comments