From 45a92e5b81f508c88b422d9c6fbd1e11cb2246b2 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 10 Oct 2023 07:49:59 +0000 Subject: [PATCH] dev: work on action --- warden/setup-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warden/setup-environment/action.yml b/warden/setup-environment/action.yml index 5d9d64c..a7f8e34 100644 --- a/warden/setup-environment/action.yml +++ b/warden/setup-environment/action.yml @@ -238,7 +238,7 @@ runs: echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" export DEN="$(dirname $(pwd))/warden/bin/warden" - ${DEN} env exec -T php-fpm bash -c "curl http://elasticsearch:9200/_cat/health?h=st" + ${DEN} env exec -T php-fpm bash -c "curl --write-out %{http_code} --silent --output /dev/null http://elasticsearch:9200/_cat/health?h=st" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"