Skip to content
Snippets Groups Projects
Commit b50f1169 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

print prod variable values to gitlab ci interface

parent 704ed372
No related branches found
No related tags found
No related merge requests found
Pipeline #10377 failed
......@@ -145,7 +145,9 @@ production-deploy:
- export prod_instance_id=$(openstack floating ip show $prod_floating_ip -c port_details -f value | awk -F', ' '{print $2}' | awk -F"'" '{print $2}')
- export prod_volume=$(openstack server show $prod_instance_id -c volumes_attached -f value | awk -F"'" '{print $4}')
- export prod_queue_volume=$(openstack server show $prod_instance_id -c volumes_attached -f value | awk -F"'" '{print $4}' | awk 'NR==2')
- echo "prod_volume: $prod_volume"
- echo "prod_instance_id: $prod_instance_id"
- echo "prod_queue_volume: $prod_queue_volume"
- |
eval $(ssh-agent -s)
chmod 400 "${SSH_PRIV_KEY}"
......
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