Skip to content

Fix wait script by using wget to wait for service spin up

Grzegorz Bizon requested to merge fix/wait-script into master

Currently curl immediately exists with error(7) when container is not available.

This MR adds a stage in which we wait for service before running curl.

Merge request reports