mirror of https://github.com/k3s-io/k3s
Message to cut-n-paste instructions
parent
849cfaaf09
commit
27770952a7
|
@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
|
|||
|
||||
cat <<- EOM
|
||||
|
||||
Success! You must now do the following: (you may want to cut
|
||||
and paste these instructions elsewhere, step 1 can be spammy)
|
||||
Success! You must now do the following (you may want to cut and paste these
|
||||
instructions elsewhere):
|
||||
|
||||
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
|
||||
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
|
||||
|
|
|
@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
|
|||
EOM
|
||||
else
|
||||
cat > "${INSTRUCTIONS}" <<- EOM
|
||||
Success! You must now do the following:
|
||||
Success! You must now do the following (you may want to cut and paste these
|
||||
instructions elsewhere):
|
||||
|
||||
EOM
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue