We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07138e commit 8363fc4Copy full SHA for 8363fc4
exports/taskfiles/utils/checksum.yaml
@@ -5,6 +5,9 @@ tasks:
5
# `CHECKSUM_FILE`. The calling task can set `IGNORE_ERROR` to "false" if they wish to continue if
6
# checksum computation fails.
7
#
8
+ # Note that using this task without setting `pipefail` in the root taskfile will cause `tar`
9
+ # failures to be ignored.
10
+ #
11
# @param {string} CHECKSUM_FILE
12
# @param {string[]} INCLUDE_PATTERNS Path wildcard patterns to compute the checksum for.
13
# @param {string[]} [EXCLUDE_PATTERNS] Path wildcard patterns, relative to any `INCLUDE_PATTERNS`,
0 commit comments