Skip to content

Commit 8363fc4

Browse files
committed
Add pipefail note to compute.
1 parent d07138e commit 8363fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exports/taskfiles/utils/checksum.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ tasks:
55
# `CHECKSUM_FILE`. The calling task can set `IGNORE_ERROR` to "false" if they wish to continue if
66
# checksum computation fails.
77
#
8+
# Note that using this task without setting `pipefail` in the root taskfile will cause `tar`
9+
# failures to be ignored.
10+
#
811
# @param {string} CHECKSUM_FILE
912
# @param {string[]} INCLUDE_PATTERNS Path wildcard patterns to compute the checksum for.
1013
# @param {string[]} [EXCLUDE_PATTERNS] Path wildcard patterns, relative to any `INCLUDE_PATTERNS`,

0 commit comments

Comments
 (0)