Skip to content
Snippets Groups Projects

Add echo cmd

Closed Eesaan Atluri requested to merge test-var-reference into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -160,7 +160,7 @@ production-deploy:
@@ -160,7 +160,7 @@ production-deploy:
tags: [build]
tags: [build]
script:
script:
- echo "swap the floating IP between prod and newly deployed instances"
- echo "swap the floating IP between prod and newly deployed instances"
- echo "prod_instance_id=${prod_instance_id} , prod_floating_ip=${prod_floating_ip}"
- echo "openstack server remove floating ip $instance_id $instance_floating_ip"
- echo "openstack server remove floating ip ${prod_instance_id} ${prod_floating_ip}"
- echo "openstack server remove floating ip ${prod_instance_id} ${prod_floating_ip}"
- openstack server remove floating ip ${prod_instance_id} ${prod_floating_ip}
- openstack server remove floating ip ${prod_instance_id} ${prod_floating_ip}
- openstack server remove floating ip $instance_id $instance_floating_ip
- openstack server remove floating ip $instance_id $instance_floating_ip
Loading