pcf_blue_green 0.24 → 0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbfcc7f83aec482351e7492e88c02db3e1532826
4
- data.tar.gz: 921ad3760859c5a6a58996d211b2d5643e6931ef
3
+ metadata.gz: 69461c598ded81910be66e929486675fb1f16fdc
4
+ data.tar.gz: efc57fe11a1bfb448313f670b3f6e40433c4dbcf
5
5
  SHA512:
6
- metadata.gz: 85ab26eb2f6c5a338c89ccd536b57dc3a2115d26ab463f0aee2fa0a118411ac7ec0cbbe436bfc7455f9142955598d2b9267d6b3d6382dd7ed7d315dc5eedcad9
7
- data.tar.gz: a4aef0bce0b9aaa4d2aff532ad1053996484e87392989d838971180b2e4390918981ec308dfc25445ce48032e21c450394ea04aa8dd4a8d786525c514552d1df
6
+ metadata.gz: 0d31c3fb7a25f18f03d8cb1c0266d8de95eba58a48a0cd45bca499213508dfda7ba5e10f6c87dfddc380ae0e95ce8ad88a3b66caac8df9ea020f17c09a2b46be
7
+ data.tar.gz: ac44e0d572e5eba97b63c3d91e4230f827d6630ff126f6a3d2420c3097cc604750145b53bcf62a7a08def9cf5af9e3b13c98306142cbc7fdb34f230213c06432
@@ -1,3 +1,3 @@
1
1
  module PcfBlueGreen
2
- VERSION = "0.24"
2
+ VERSION = "0.25"
3
3
  end
@@ -132,7 +132,7 @@ function remap-routes {
132
132
  set -x
133
133
  run-cmd cf routes
134
134
 
135
- if [ -z ${sso_hostname+x} ]; then
135
+ if [ -z ${sso_hostname+x} ] && [ -z ${handle_all_green_paths+x} ]; then
136
136
  run-cmd cf routes | tail -n +4 | grep ${cf_app} | awk '{print $3" -n "$2}'
137
137
  cf routes | tail -n +4 | grep ${cf_app} | awk '{print $3" -n "$2}' | xargs -n 3 cf map-route ${green}
138
138
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pcf_blue_green
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.24'
4
+ version: '0.25'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pawel Bardzinski