ci(package): wait for index
This commit is contained in:
parent
72f0f61448
commit
aaadef6db9
|
@ -90,7 +90,7 @@ jobs:
|
|||
docker run --network container:api appropriate/curl --retry 10 --retry-connrefused http://localhost:6969/runtimes
|
||||
|
||||
echo Waiting for Index to start..
|
||||
docker run --network container:api appropriate/curl --retry 10 --retry-connrefused http://piston_fs_repo:8000/index
|
||||
docker run --network container:piston_fs_repo appropriate/curl --retry 10 --retry-connrefused http://localhost:8000/index
|
||||
|
||||
echo Listing Packages
|
||||
docker run --network container:api appropriate/curl http://localhost:6969/packages
|
||||
|
|
Loading…
Reference in New Issue