EOX GitLab Instance

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

fix registrar test

parent c64cc66a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ echo "inside registrar_test"
IFS=","
while read product; do
docker exec -i $(docker ps -qf "name=emg-pvs_registrar") \
docker exec -e OS_PASSWORD=$OS_PASSWORD -i $(docker ps -qf "name=emg-pvs_registrar") \
env && python3 /registrar.py \
--objects-prefix $product \
--service-url $SERVICE_URL \
......
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