EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 9ccb70ed authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

extending the wait time

parent 663a5a18
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# waiting for the database to finish migration!
sleep 90
sleep 150
while [ -z $(docker ps -qf "name=emg-pvs_renderer") ]; do
>&2 echo "Container is unavailable - sleeping"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment