Commit 6783b955 authored by Noel Alonso's avatar Noel Alonso
Browse files

Corrige sintaxis

parent 6b5567bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ stages:

      until [ "$$RESPONSE" = 'green' ];
      do \
        RESPONSE=$$(curl --silent -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" "${HEALTH_CHECK_URL}") \
        RESPONSE=$(curl --silent -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" "${HEALTH_CHECK_URL}") \
        echo "Waiting for elasticsearch server (${HEALTH_CHECK_URL} -> ${RESPONSE}), remaining attempts..." \
        sleep 5;
      done;