Skip to content

Commit 8e20726

Browse files
authored
Merge pull request #5095 from dims/fix-pull-containerd-node-e2e-failure
Fix pull-containerd-node-e2e failure on master
2 parents fa66f93 + 15a4df0 commit 8e20726

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/gce/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ else
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.
135135
TARBALL_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.
139139
tar_sha1="${CONTAINERD_TAR_SHA1:-""}"
140140

0 commit comments

Comments
 (0)