Commit 84b04693 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade echo

parent 504af1f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ stages:
      do
        RESPONSE="$(curl -sS -u \"${ELASTIC_USER}:${ELASTIC_USER_PASS}\" ${HEALTH_CHECK_URL} || :)";
        echo "Waiting for elasticsearch server, remaining attempts...";
        echo $RESPONSE;
        sleep 5;
      done;
    - >