Skip to content

Commit 95ef1e3

Browse files
authored
Merge pull request #1507 from tormath1/tormath1/fix-ci
🐛 e2e: refresh packages list before install containerd
2 parents b2b2a3e + 89afe84 commit 95ef1e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/data/kustomize/common-patches/containerd/containerd-kcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
echo "No CI Artifacts installation, exiting"
1818
exit 0
1919
fi
20+
apt update -qq
2021
echo "Installing containerd"
2122
apt-get install -y containerd
2223
# TODO(lentzi90): This adds cri-tools from the kubernetes repository, since we need to make sure it is a specific version

test/e2e/data/kustomize/common-patches/containerd/containerd-kct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
echo "No CI Artifacts installation, exiting"
1818
exit 0
1919
fi
20+
apt update -qq
2021
echo "Installing containerd"
2122
apt-get install -y containerd
2223
# TODO(lentzi90): This adds cri-tools from the kubernetes repository, since we need to make sure it is a specific version

0 commit comments

Comments
 (0)