Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for download_untar_istio_release (0.32 sec)

  1. prow/lib.sh

        export GIT_SHA
      fi
      GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
      export GIT_BRANCH
      setup_gcloud_credentials
    }
    
    # Download and unpack istio release artifacts.
    function download_untar_istio_release() {
      local url_path=${1}
      local tag=${2}
      local dir=${3:-.}
      # Download artifacts
      LINUX_DIST_URL="${url_path}/istio-${tag}-linux.tar.gz"
    
      wget  -q "${LINUX_DIST_URL}" -P "${dir}"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top