mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 07:39:22 +00:00
Merge pull request #111 from brendanburns/master
Update release config file to check for gcloud.
This commit is contained in:
commit
860ed8cd4c
@ -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