This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 5aa48dadd9370d4f6d0bec36fdc0812c800f2617
Author: Owen Nichols <34043438+onichols-pivo...@users.noreply.github.com>
AuthorDate: Tue Nov 9 13:13:38 2021 -0800

    GEODE-9775: fix remaining pipelines to support k8s (#7099)
    
    (cherry picked from commit beb898c1fa06fc488a553faae2c7d03e0428782b)
---
 ci/pipelines/examples/deploy_pipeline.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/ci/pipelines/examples/deploy_pipeline.sh 
b/ci/pipelines/examples/deploy_pipeline.sh
index 261912b..287f653 100755
--- a/ci/pipelines/examples/deploy_pipeline.sh
+++ b/ci/pipelines/examples/deploy_pipeline.sh
@@ -44,16 +44,6 @@ if [ "${GEODE_BRANCH}" = "HEAD" ]; then
   exit 1
 fi
 
-MY_NAME=$(curl -s 
"http://metadata.google.internal/computeMetadata/v1/instance/name"; -H 
"Metadata-Flavor: Google")
-MY_ZONE=$(curl -s 
"http://metadata.google.internal/computeMetadata/v1/instance/zone"; -H 
"Metadata-Flavor: Google")
-MY_ZONE=${MY_ZONE##*/}
-NETWORK_INTERFACE_INFO="$(gcloud compute instances describe ${MY_NAME} --zone 
${MY_ZONE} --format="json(networkInterfaces)")"
-GCP_NETWORK=$(echo ${NETWORK_INTERFACE_INFO} | jq -r 
'.networkInterfaces[0].network')
-GCP_NETWORK=${GCP_NETWORK##*/}
-GCP_SUBNETWORK=$(echo ${NETWORK_INTERFACE_INFO} | jq -r 
'.networkInterfaces[0].subnetwork')
-GCP_SUBNETWORK=${GCP_SUBNETWORK##*/}
-ENV_ID=$(echo ${GCP_NETWORK} | awk -F- '{ print $1}')
-
 pushd ${SCRIPTDIR} 2>&1 > /dev/null
 
   cat > repository.yml <<YML

Reply via email to