Skip to content

Commit

Permalink
Merge pull request #5095 from dims/fix-pull-containerd-node-e2e-failure
Browse files Browse the repository at this point in the history
Fix pull-containerd-node-e2e failure on master
  • Loading branch information
dmcgowan committed Mar 5, 2021
2 parents fa66f93 + 15a4df0 commit 8e20726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gce/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else
pull_refs=$(fetch_metadata "${PULL_REFS_METADATA}")
if [ ! -z "${pull_refs}" ]; then
deploy_dir=$(echo "${pull_refs}" | sha1sum | awk '{print $1}')
deploy_path="${deploy_path}/${deploy_dir}"
deploy_path="${deploy_path}/containerd/${deploy_dir}"
fi

# TODO(random-liu): Put version into the metadata instead of
Expand All @@ -134,7 +134,7 @@ TARBALL_GCS_NAME="${pkg_prefix}-${version}.linux-amd64.tar.gz"
# TARBALL_GCS_PATH is the path to download cri-containerd tarball for node e2e.
TARBALL_GCS_PATH="https://storage.googleapis.com/${deploy_path}/${TARBALL_GCS_NAME}"
# TARBALL is the name of the tarball after being downloaded.
TARBALL="cri-containerd.tar.gz"
TARBALL="containerd.tar.gz"
# CONTAINERD_TAR_SHA1 is the sha1sum of containerd tarball.
tar_sha1="${CONTAINERD_TAR_SHA1:-""}"

Expand Down

0 comments on commit 8e20726

Please sign in to comment.