Skip to content
Snippets Groups Projects
Commit 9cf7dc9e authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Move staging floating ip to CICD variables

parent a67e6a12
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ staging-post-deploy:
stage: build
tags: [build]
script:
- export staging_floating_ip="138.26.49.15"
- export old_instance_id=$(openstack floating ip show $staging_floating_ip -c port_details -f value | awk -F', ' '{print $2}' | awk -F"'" '{print $2}')
- echo "staging_floating_ip=${staging_floating_ip}"
- echo "old_instance_id=${old_instance_id}"
......
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