EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c855d610 authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

using image built aut creation

parent eb3dec84
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
product_list_file=$1
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
IFS=","
while read product; do
......
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