pcf_blue_green 0.24 → 0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/pcf_blue_green/version.rb +1 -1
- data/lib/shared-deploy-functions.sh +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69461c598ded81910be66e929486675fb1f16fdc
|
|
4
|
+
data.tar.gz: efc57fe11a1bfb448313f670b3f6e40433c4dbcf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d31c3fb7a25f18f03d8cb1c0266d8de95eba58a48a0cd45bca499213508dfda7ba5e10f6c87dfddc380ae0e95ce8ad88a3b66caac8df9ea020f17c09a2b46be
|
|
7
|
+
data.tar.gz: ac44e0d572e5eba97b63c3d91e4230f827d6630ff126f6a3d2420c3097cc604750145b53bcf62a7a08def9cf5af9e3b13c98306142cbc7fdb34f230213c06432
|
|
@@ -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
|