File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717set -euo pipefail
1818
19- readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION=" 367 .0.0"
20- readonly GOOGLE_CLOUD_CPP_SDK_SHA256=" 94328b9c6559a1b7ec2eeaab9ef0e4702215e16e8327c5b99718750526ae1efe "
19+ readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION=" 390 .0.0"
20+ readonly GOOGLE_CLOUD_CPP_SDK_SHA256=" 5ce31b85013599dd842ca8a08539aaa6047aee63bb216d5b3988fb2666b06c07 "
2121
2222readonly SITE=" https://dl.google.com/dl/cloudsdk/channels/rapid/downloads"
23- readonly TARBALL=" google-cloud-sdk -${GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION} -linux-x86_64.tar.gz"
23+ readonly TARBALL=" google-cloud-cli -${GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION} -linux-x86_64.tar.gz"
2424curl -L " ${SITE} /${TARBALL} " -o " ${TARBALL} "
2525
2626echo " ${GOOGLE_CLOUD_CPP_SDK_SHA256} ${TARBALL} " | sha256sum --check -
You can’t perform that action at this time.
0 commit comments