Update make-release.sh

Co-authored-by: Nick Boldt <nboldt@redhat.com>
pull/573/head
Igor Vinokur 2023-10-11 11:34:32 +03:00 committed by ivinokur
parent 11c2d8597d
commit cf45d9568f
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ buildImages() {
bash "$(pwd)/build/build.sh" --tag:${TAG}
if [[ $? -ne 0 ]]; then
echo "ERROR:"
echo "build of che-server image is failed!"
echo "build of che-server image $TAG is failed!"
exit 1
fi
}