Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -177,8 +177,8 @@ stages: RESPONSE=""; until [ "$RESPONSE" = "green" ]; do RESPONSE="$(curl -sS -u \"${ELASTIC_USER}:${ELASTIC_USER_PASS}\" ${HEALTH_CHECK_URL} || :)"; echo "Waiting for elasticsearch server, remaining attempts..."; RESPONSE="$(curl -sS -u ${ELASTIC_USER}:${ELASTIC_USER_PASS} ${HEALTH_CHECK_URL} || :)"; echo "Waiting for elasticsearch server, remaining attempts... Last output:"; echo $RESPONSE; sleep 5; done; Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -177,8 +177,8 @@ stages: RESPONSE=""; until [ "$RESPONSE" = "green" ]; do RESPONSE="$(curl -sS -u \"${ELASTIC_USER}:${ELASTIC_USER_PASS}\" ${HEALTH_CHECK_URL} || :)"; echo "Waiting for elasticsearch server, remaining attempts..."; RESPONSE="$(curl -sS -u ${ELASTIC_USER}:${ELASTIC_USER_PASS} ${HEALTH_CHECK_URL} || :)"; echo "Waiting for elasticsearch server, remaining attempts... Last output:"; echo $RESPONSE; sleep 5; done; Loading