Skip to content

Commit bee59ba

Browse files
committed
remove istioctl copying from final publish step (istio#4586)
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
1 parent 3255c73 commit bee59ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

release/publish_release.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ if [[ -n "${GCS_SOURCE}" ]]; then
213213
if [[ "${DO_GCS}" == "true" ]]; then
214214
mkdir -p "${UPLOAD_DIR}/deb/"
215215
gsutil -m cp "gs://${GCS_SOURCE}/deb/istio*.deb" "${UPLOAD_DIR}/deb/"
216-
mkdir -p "${UPLOAD_DIR}/istioctl/"
217-
gsutil -m cp "gs://${GCS_SOURCE}/istioctl/istioctl-*" "${UPLOAD_DIR}/istioctl/"
218216
fi
219217
if [[ "${DO_GITHUB_TAG}" == "true" || "${DO_GITHUB_REL}" == "true" ]]; then
220218
gsutil -m cp "gs://${GCS_SOURCE}/manifest.xml" "${UPLOAD_DIR}/"
@@ -235,7 +233,6 @@ fi
235233
if [[ "${DO_GCS}" == "true" ]]; then
236234
echo "Copying to GCS destination ${GCS_DEST}"
237235
gsutil -m cp "${UPLOAD_DIR}/deb/istio*.deb" "gs://${GCS_DEST}/deb/"
238-
gsutil -m cp "${UPLOAD_DIR}/istioctl/istioctl-*" "gs://${GCS_DEST}/istioctl/"
239236
echo "Done copying to GCS destination"
240237
fi
241238

0 commit comments

Comments
 (0)