EOX GitLab Instance

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

Fixing reporting dir

parent a0e30138
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ while read product; do
python3 /registrar.py \
--objects-prefix $product \
--service-url $SERVICE_URL \
--reporting-dir $REPORTING_DIR \
--service-url $SERVICE_URL \
--reporting-dir "/mnt/reports" \
<<<$product
IFS='/' read -ra ADDR <<< "$product"
......
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