Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Jul 29, 2024
1 parent de01dbe commit 9347933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions check-hazelcast-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ set -x

# Source the latest version of `abstract-simple-smoke-test.sh` from the `hazelcast-docker` repository and include in current shell
# TODO Use `master` once merged
#abstract_simple_smoke_test_script_content=$(curl --silent https://raw.githubusercontent.com/hazelcast/hazelcast-docker/DI-215-Add-additional-Deb/RPM/Brew-tests/.github/scripts/abstract-simple-smoke-test.sh)
curl --silent https://raw.githubusercontent.com/hazelcast/hazelcast-docker/DI-215-Add-additional-Deb/RPM/Brew-tests/.github/scripts/abstract-simple-smoke-test.sh -o abstract-simple-smoke-test.sh
cat abstract-simple-smoke-test.sh
curl --silent https://raw.githubusercontent.com/hazelcast/hazelcast-docker/DI-215-Add-additional-Deb/RPM/Brew-tests/.github/scripts/abstract-simple-smoke-test.sh --output abstract-simple-smoke-test.sh

# shellcheck source=/dev/null
#. <(echo "${abstract_simple_smoke_test_script_content}")
# You _should_ be able to avoid a temporary file with something like
# . <(echo "${abstract_simple_smoke_test_script_content}")
# But this doesn't work on the MacOS GitHub runner (but does on MacOS locally)
. abstract-simple-smoke-test.sh

function get_hz_logs() {
Expand Down

0 comments on commit 9347933

Please sign in to comment.