EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit aa3a42e2 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add one more check to registrar test

parent 6ea548bd
Branches
Tags
1 merge request!38Prepare for 1.0.0
......@@ -3,6 +3,7 @@ product_list_file=$1
echo "Starting registrar test"
IFS=","
./docker-stack-wait.sh -n renderer -n registrar -n preprocessor -n database -n sftp emg-pvs
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") /wait-initialized.sh
docker exec -i $(docker ps -qf "name=emg-pvs_renderer") /wait-initialized.sh
while read product; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment