EOX GitLab Instance

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

just to be sure

parent 82a2e70d
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,10 @@ bash ./registrar_test.sh product_list.csv
if [ $? -eq 0 ]
then
echo "Script success"
exit 0
else
echo "Script fail"
exit 1
fi
# docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py storage create pvs_testing pvs_testing --type swift --storage-auth auth-cloud-ovh
......
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