Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Mar 11, 2024
2 parents 9fcbcae + cc48f09 commit 7b7a308
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions service/src/main/docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ until [[ $(curl -sSf -w "%{http_code}\n" -o /dev/null -H 'Accept: application/js
sleep 3
done

until [[ $(curl -sSf -w "%{http_code}\n" -o /dev/null -H 'Accept: application/json' "${repository_service_base}/rest/_about/status/SEARCH?timeoutSeconds=3") -eq 200 ]]; do
echo >&2 "Waiting for ${repository_service_host} search ..."
sleep 3
done

########################################################################################################################


Expand Down

0 comments on commit 7b7a308

Please sign in to comment.