Skip to content

Commit a45d039

Browse files
committed
Cleanup
1 parent 42a22f3 commit a45d039

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/check-fc-ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ while IFS= read -r version || [[ -n "$version" ]]; do
5151
fi
5252

5353
if [[ -z "$commit_hash" ]]; then
54-
echo " ⚠️ Could not resolve commit for $version"
54+
echo " ❌ Could not resolve commit for $version"
55+
all_passed=false
56+
failed_versions="${failed_versions}${version}(unresolved) "
5557
continue
5658
fi
5759

0 commit comments

Comments
 (0)