mirror of https://github.com/kubernetes/kops.git
fixing nodeup url
This commit is contained in:
parent
078ec35fb0
commit
6958de8323
|
|
@ -75,7 +75,7 @@ cd $KOPS_DIRECTORY/..
|
|||
GIT_VER=git-$(git describe --always)
|
||||
[ -z "$GIT_VER" ] && echo "we do not have GIT_VER something is very wrong" && exit 1;
|
||||
|
||||
NODEUP_URL="https://s3-us-west-1.amazonaws.com/${NODEUP_BUCKET}/kops/${GIT_VER}/linux/amd64/nodeup"
|
||||
NODEUP_URL="https://${NODEUP_BUCKET}.amazonaws.com/kops/${GIT_VER}/linux/amd64/nodeup"
|
||||
|
||||
echo ==========
|
||||
echo "Starting build"
|
||||
|
|
|
|||
Loading…
Reference in New Issue