Skip to content

Commit

Permalink
remove istioctl copying from final publish step (istio#4586)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

remove istioctl copying from final publish step

we no longer need to copy istioctl into release directory since they are present in the tar/zip files
  • Loading branch information
rkpagadala committed Mar 28, 2018
1 parent 3255c73 commit bee59ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions release/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ if [[ -n "${GCS_SOURCE}" ]]; then
if [[ "${DO_GCS}" == "true" ]]; then
mkdir -p "${UPLOAD_DIR}/deb/"
gsutil -m cp "gs://${GCS_SOURCE}/deb/istio*.deb" "${UPLOAD_DIR}/deb/"
mkdir -p "${UPLOAD_DIR}/istioctl/"
gsutil -m cp "gs://${GCS_SOURCE}/istioctl/istioctl-*" "${UPLOAD_DIR}/istioctl/"
fi
if [[ "${DO_GITHUB_TAG}" == "true" || "${DO_GITHUB_REL}" == "true" ]]; then
gsutil -m cp "gs://${GCS_SOURCE}/manifest.xml" "${UPLOAD_DIR}/"
Expand All @@ -235,7 +233,6 @@ fi
if [[ "${DO_GCS}" == "true" ]]; then
echo "Copying to GCS destination ${GCS_DEST}"
gsutil -m cp "${UPLOAD_DIR}/deb/istio*.deb" "gs://${GCS_DEST}/deb/"
gsutil -m cp "${UPLOAD_DIR}/istioctl/istioctl-*" "gs://${GCS_DEST}/istioctl/"
echo "Done copying to GCS destination"
fi

Expand Down

0 comments on commit bee59ba

Please sign in to comment.