File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 pull_refs=$( fetch_metadata " ${PULL_REFS_METADATA} " )
122122 if [ ! -z " ${pull_refs} " ]; then
123123 deploy_dir=$( echo " ${pull_refs} " | sha1sum | awk ' {print $1}' )
124- deploy_path=" ${deploy_path} /${deploy_dir} "
124+ deploy_path=" ${deploy_path} /containerd/ ${deploy_dir} "
125125 fi
126126
127127 # TODO(random-liu): Put version into the metadata instead of
@@ -134,7 +134,7 @@ TARBALL_GCS_NAME="${pkg_prefix}-${version}.linux-amd64.tar.gz"
134134# TARBALL_GCS_PATH is the path to download cri-containerd tarball for node e2e.
135135TARBALL_GCS_PATH=" https://storage.googleapis.com/${deploy_path} /${TARBALL_GCS_NAME} "
136136# TARBALL is the name of the tarball after being downloaded.
137- TARBALL=" cri- containerd.tar.gz"
137+ TARBALL=" containerd.tar.gz"
138138# CONTAINERD_TAR_SHA1 is the sha1sum of containerd tarball.
139139tar_sha1=" ${CONTAINERD_TAR_SHA1:- " " } "
140140
You can’t perform that action at this time.
0 commit comments