File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
3636rm -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
3839echo " Installing test dependencies"
39- # apt-get update -y
40+ apt-get update -y
4041apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4142
4243echo " Configuring postgresql"
You can’t perform that action at this time.
0 commit comments