Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Update windows zip build script for 1.9.0. No need to cherry-pick for…
Browse files Browse the repository at this point in the history
… 1.9.0 since all commits backported are in 1.9.0 (#1963)
  • Loading branch information
JiangtianLi authored and jackfrancis committed Dec 21, 2017
1 parent afbf71b commit 3ac14a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-windows-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,10 @@ apply_acs_cherry_picks() {
k8s_16_cherry_pick
elif [ "${KUBERNETES_RELEASE}" == "1.7" ]; then
k8s_17_cherry_pick
elif [ "${KUBERNETES_RELEASE}" == "1.8" ]; then
elif [ "${KUBERNETES_RELEASE}" == "1.8" ]; then
k8s_18_cherry_pick
elif [ "${KUBERNETES_RELEASE}" == "1.9" ]; then
echo "No need to cherry-pick for 1.9!"
else
echo "Unable to apply cherry picks for ${KUBERNETES_RELEASE}."
exit 1
Expand Down

0 comments on commit 3ac14a2

Please sign in to comment.