-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
publish-rhel
script [DI-343][5.4.z] (#841)
Backport of #823 The action [failed](https://github.com/hazelcast/hazelcast-docker/actions/runs/11831672090/attempts/1) but without providing enough information to understand _why_. Changes: - Log the `get_image` function response (JSON) in case of failure - Improve failure annotation reporting (as per #821) - Address all Shellcheck warnings in case related - [`Declare and assign separately to avoid masking return values`](https://www.shellcheck.net/wiki/SC2155) - [`Prefer putting braces around variable references even when not strictly required`](https://www.shellcheck.net/wiki/SC2250) - [`Quote the rhs of = in [[ ]] to prevent glob matchingQuote the rhs of = in [[ ]] to prevent glob matching`](https://www.shellcheck.net/wiki/SC2053) _Partially addresses_ [DI-343](https://hazelcast.atlassian.net/browse/DI-342) [DI-342]: https://hazelcast.atlassian.net/browse/DI-342?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [DI-343]: https://hazelcast.atlassian.net/browse/DI-343?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
2658f69
commit f46c52b
Showing
1 changed file
with
88 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters