pcf_blue_green 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pcf_blue_green/version.rb +1 -1
- data/lib/shared-deploy-functions.sh +0 -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: ed6439ea8cb5d692160a2d0b124ed256ae87ee2d
|
4
|
+
data.tar.gz: 0382e96b32da37d05dde47b81fd39caf2d76b34b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 922abca826f39dbd1c50624d3d6fc843837d70d8bcfa8159f1f092adda3317eb8d7c1c6948fa098d09b37c2cf055d39ed33e88a01cf71a61b7b0ad6bd3aa29bc
|
7
|
+
data.tar.gz: e0e91aeebe5911f4c3ec8bd9de410f510a56fcaa10f9748c14228f614f1911ba64e772a19ba21e26989e9dc9f466c866121dcdd88455103a407423dbc3be8513
|
@@ -136,7 +136,6 @@ function remap-routes {
|
|
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
|
139
|
-
cf routes | tail -n +4 | grep ${cf_app} | awk '{print $3" -n "$2}' | xargs -n 3 cf map-route ${green}
|
140
139
|
run-cmd cf routes | tail -n +4 | awk '($2==ENVIRON["sso_hostname"]) && ($5==ENVIRON["cf_app"]) {print $3" -n "$2 " --path "substr($4,2) }'
|
141
140
|
cf routes | tail -n +4 | awk '($2==ENVIRON["sso_hostname"]) && ($5==ENVIRON["cf_app"]) {print $3" -n "$2 " --path "substr($4,2) }' | xargs -n 5 cf map-route ${green}
|
142
141
|
fi
|