EOX GitLab Instance

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

Merge branch 'sftp_logs' of gitlab.eox.at:esa/prism/vs into sftp_logs

parents e7a72e42 890fd22b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
while [ -z $(docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py id list) ]; do
>&2 docker service ps --no-trunc emg-pvs_registrar
>&2 echo "Collection is not created yet - sleeping"
sleep 20
done
......
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