Skip to content

Commit 4a7174b

Browse files
committed
Try without workaround
1 parent 2684aca commit 4a7174b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.buildkite/scripts/install_deps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ with_docker() {
6363
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
6464
fi
6565
echo "deb [arch=${architecture} signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu ${ubuntu_codename} stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
66-
# TODO: Remove "|| true" once errors updating are fixed
67-
sudo apt-get update || true
66+
sudo apt-get update
6867
sudo DEBIAN_FRONTEND=noninteractive apt-get install --allow-change-held-packages --allow-downgrades -y "docker-ce=${debian_version}"
6968
sudo DEBIAN_FRONTEND=noninteractive apt-get install --allow-change-held-packages --allow-downgrades -y "docker-ce-cli=${debian_version}"
7069
sudo systemctl start docker

0 commit comments

Comments
 (0)