Commit 504af1f5 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina redirección de la salida del comando

parent 33bf34ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ stages:
      RESPONSE="";
      until [ "$RESPONSE" = "green" ];
      do
        RESPONSE="$(curl -sS -u \"${ELASTIC_USER}:${ELASTIC_USER_PASS}\" ${HEALTH_CHECK_URL} 2>&1 || :)";
        RESPONSE="$(curl -sS -u \"${ELASTIC_USER}:${ELASTIC_USER_PASS}\" ${HEALTH_CHECK_URL} || :)";
        echo "Waiting for elasticsearch server, remaining attempts...";
        sleep 5;
      done;