Build: Change expected platforms message

This commit is contained in:
danilapog 2022-09-08 14:54:46 +03:00
parent 27ebc7f113
commit 2dcdcffaca

View file

@ -80,10 +80,10 @@ jobs:
### == >> Set exit code for action ### == >> Set exit code for action
if [ ${BUILD_PLATFORMS} == ${EXPECTED_PLATFORMS} ]; then if [ ${BUILD_PLATFORMS} == ${EXPECTED_PLATFORMS} ]; then
EXIT_CODE=0 EXIT_CODE=0
echo ">> Build expected platforms" echo "OK: Build platforms is expected"
else else
EXIT_CODE=1 EXIT_CODE=1
echo ">> Build unexpected platforms" echo "WARNING: Build platforms is unexpected action is gonna be marked as Failed"
fi fi
### ==>> Build and push images at this step ### ### ==>> Build and push images at this step ###