1
0
mirror of synced 2026-06-30 07:10:48 +00:00

Make version gate validation error clearer

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2026-06-29 09:08:39 +01:00
parent 542dbb5111
commit 2c1eec5c0f
+4 -3
View File
@@ -177,9 +177,10 @@ runs:
exit 0 exit 0
else else
echo plugin-support="no" >> $GITHUB_OUTPUT echo plugin-support="no" >> $GITHUB_OUTPUT
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY msg="Installed Flux version $V1 does not support plugins; need >= 2.9.0. Requested plugins cannot be installed."
echo "> Installed flux version: $V1, does not support plugins. needed >= 2.9.0" >> $GITHUB_STEP_SUMMARY echo "::error title=Unsupported Flux version::$msg"
echo "> Requested plugins cannot be installed." >> $GITHUB_STEP_SUMMARY echo "> [!CAUTION]" >> $GITHUB_STEP_SUMMARY
echo "> $msg" >> $GITHUB_STEP_SUMMARY
exit 1 exit 1
fi fi