From 800e2a1288c8aa4086d74f68728c9590fc94923d Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 10 Oct 2023 07:12:19 +0000 Subject: [PATCH] dev: work on action --- warden/setup-environment/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/warden/setup-environment/action.yml b/warden/setup-environment/action.yml index 0d45e0a..4c85dc7 100644 --- a/warden/setup-environment/action.yml +++ b/warden/setup-environment/action.yml @@ -235,7 +235,12 @@ runs: echo "===================================================" docker ps -a sleep 10 + + echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + curl http://mageos-elasticsearch-1:9200/_cat/health?h=st || true + echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" curl --write-out %{http_code} --silent --output /dev/null http://mageos-elasticsearch-1:9200/_cat/health?h=st + echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" # export DEN="$(dirname $(pwd))/warden/bin/warden" # case "${SEARCH}" in # elasticsearch:*)