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 42a22f3 commit a45d039Copy full SHA for a45d039
scripts/check-fc-ci.sh
@@ -51,7 +51,9 @@ while IFS= read -r version || [[ -n "$version" ]]; do
51
fi
52
53
if [[ -z "$commit_hash" ]]; then
54
- echo " ⚠️ Could not resolve commit for $version"
+ echo " ❌ Could not resolve commit for $version"
55
+ all_passed=false
56
+ failed_versions="${failed_versions}${version}(unresolved) "
57
continue
58
59
0 commit comments