Bump gcloud sdk to 277.

This commit is contained in:
David Tomaschik
2020-01-25 16:39:36 -08:00
parent 2232dce811
commit 24690e8399

View File

@@ -138,7 +138,7 @@ case ${TOOL} in
makedest_or_die
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
# TODO: find a way to make this version independent
gsdk="google-cloud-sdk-209.0.0-linux-x86_64.tar.gz"
gsdk="google-cloud-sdk-277.0.0-linux-x86_64.tar.gz"
download "${gbase}${gsdk}" /tmp/gcloud.tar.gz
tar zxf /tmp/gcloud.tar.gz --strip-components=1 -C "${DESTDIR}"
rm /tmp/gcloud.tar.gz