Skip to content

Commit 3c872e5

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

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.expeditor/license_scout.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
2323
rm -f /etc/apt/sources.list.d/microsoft-prod.list
2424
# Remove problematic PostgreSQL repository if it exists
2525
rm -f /etc/apt/sources.list.d/pgdg.list
26+
# Remove problematic Helm repository if it exists
27+
rm -f /etc/apt/sources.list.d/helm-stable-debian.list
2628

2729
# Ensure Ubuntu main repositories are available
2830
echo "deb http://archive.ubuntu.com/ubuntu focal main" | tee /etc/apt/sources.list.d/ubuntu-main.list

scripts/bk_tests/bk_install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ echo "Removing packages.microsoft.com"
3434
# Since we don't use any software from this repository in our tests,
3535
# we can temporarily remove it from our sources.
3636
rm -f /etc/apt/sources.list.d/microsoft-prod.list
37-
37+
# Remove problematic Helm repository if it exists
38+
rm -f /etc/apt/sources.list.d/helm-stable-debian.list
3839
echo "Installing test dependencies"
39-
# apt-get update -y
40+
apt-get update -y
4041
apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4142

4243
echo "Configuring postgresql"

0 commit comments

Comments
 (0)