Message to cut-n-paste instructions

parent 849cfaaf
...@@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz") ...@@ -90,8 +90,8 @@ SHA1=$(sha1 "${KUBE_BUILD_DIR}/kubernetes.tar.gz")
cat <<- EOM cat <<- EOM
Success! You must now do the following: (you may want to cut Success! You must now do the following (you may want to cut and paste these
and paste these instructions elsewhere, step 1 can be spammy) instructions elsewhere):
1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION}) 1) (cd ${KUBE_BUILD_DIR}; build/push-official-release.sh ${KUBE_RELEASE_VERSION})
2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases 2) Go to https://github.com/GoogleCloudPlatform/kubernetes/releases
......
...@@ -111,7 +111,8 @@ You would now do the following, if not a dry run: ...@@ -111,7 +111,8 @@ You would now do the following, if not a dry run:
EOM EOM
else else
cat > "${INSTRUCTIONS}" <<- EOM 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 EOM
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment