Skip to content

Commit e02591b

Browse files
committed
🚨 Missed one instance of is_cached
1 parent b6128f6 commit e02591b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/bazel-bep.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ process_bep() {
111111
# If it has output files but doesn't have actionExecuted, it's likely cached
112112
if ! echo "$line" | jq -e '.completed.actionExecuted != null' > /dev/null 2>&1; then
113113
# is_cached flag set for potential future use
114+
# shellcheck disable=SC2034
114115
is_cached=true
115116
((cached_count++))
116117
fi

0 commit comments

Comments
 (0)