Skip to content

Commit ea48433

Browse files
removing update
Signed-off-by: Sean Simmons <ssimmons@progress.com>
1 parent 3c872e5 commit ea48433

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.expeditor/license_scout.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
2525
rm -f /etc/apt/sources.list.d/pgdg.list
2626
# Remove problematic Helm repository if it exists
2727
rm -f /etc/apt/sources.list.d/helm-stable-debian.list
28-
29-
# Ensure Ubuntu main repositories are available
30-
echo "deb http://archive.ubuntu.com/ubuntu focal main" | tee /etc/apt/sources.list.d/ubuntu-main.list
31-
echo "deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
32-
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
33-
28+
3429
# Add keys and update
3530
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3631
apt-get clean
3732
apt-get autoremove
38-
apt-get update
3933

4034
# Install packages with dependency resolution, allowing downgrades if needed
4135
apt-get install -y --allow-downgrades libpq-dev libsqlite3-dev libyaml-dev || \

scripts/bk_tests/bk_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ rm -f /etc/apt/sources.list.d/microsoft-prod.list
3737
# Remove problematic Helm repository if it exists
3838
rm -f /etc/apt/sources.list.d/helm-stable-debian.list
3939
echo "Installing test dependencies"
40-
apt-get update -y
4140
apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4241

4342
echo "Configuring postgresql"

0 commit comments

Comments
 (0)