EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit ecc3e02c authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing invocation of registrar

parent db9006a7
No related branches found
No related tags found
2 merge requests!36Staging to master to prepare 1.0.0 release,!32Registrar modularization
......@@ -10,7 +10,7 @@ while read product; do
docker exec -e OS_PASSWORD=$OS_PASSWORD -i $(docker ps -qf "name=emg-pvs_registrar") \
registrar register \
--config-file /config.yaml \
<<<$product
"$product"
done < "$product_list_file"
......
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