mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Updated release config file to check for gcloud.
This commit is contained in:
parent
c746dd8df5
commit
b78e32b1ba
@ -14,6 +14,11 @@
|
|||||||
|
|
||||||
# A set of defaults for Kubernetes releases
|
# A set of defaults for Kubernetes releases
|
||||||
|
|
||||||
|
if [ "$(which gcloud)" == "" ]; then
|
||||||
|
echo "Couldn't find gcloud in PATH"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
PROJECT=$(gcloud config list project | tail -n 1 | cut -f 3 -d ' ')
|
PROJECT=$(gcloud config list project | tail -n 1 | cut -f 3 -d ' ')
|
||||||
|
|
||||||
if which md5 > /dev/null; then
|
if which md5 > /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user