From 2dcdcffaca971728bf96e67b6adad1914ed65ee7 Mon Sep 17 00:00:00 2001 From: danilapog Date: Thu, 8 Sep 2022 14:54:46 +0300 Subject: [PATCH] Build: Change expected platforms message --- .github/workflows/4testing-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/4testing-build.yml b/.github/workflows/4testing-build.yml index bc8d0f9..0753466 100644 --- a/.github/workflows/4testing-build.yml +++ b/.github/workflows/4testing-build.yml @@ -80,10 +80,10 @@ jobs: ### == >> Set exit code for action if [ ${BUILD_PLATFORMS} == ${EXPECTED_PLATFORMS} ]; then EXIT_CODE=0 - echo ">> Build expected platforms" + echo "OK: Build platforms is expected" else EXIT_CODE=1 - echo ">> Build unexpected platforms" + echo "WARNING: Build platforms is unexpected action is gonna be marked as Failed" fi ### ==>> Build and push images at this step ###