Skip to content

Commit

Permalink
Merge pull request #3778 from chef/sean-simmons-progress/licenseScout…
Browse files Browse the repository at this point in the history
…PipelineFix

testing adding this gpg key
  • Loading branch information
marcparadise authored Feb 22, 2024
2 parents f22527e + 60619e5 commit 27085f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
# Since we don't use any software from this repository in our tests,
# we can temporarily remove it from our sources.
rm /etc/apt/sources.list.d/microsoft-prod.list
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
apt-get clean
apt-get autoremove
apt-get update
Expand Down
2 changes: 1 addition & 1 deletion scripts/bk_tests/bk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# The fix:
# 1. Add `deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main` to sources.list
# 2. Remove /etc/apt/sources.list.d/pgdg.list
sudo echo "deb https://apt-archive.postgresql.org/pub/repos/apt bionic-pgdg main">>/etc/apt/sources.list
sudo echo "deb https://apt.postgresql.org/pub/repos/apt/ focal-pgdg main 13">>/etc/apt/sources.list
rm /etc/apt/sources.list.d/pgdg.list

echo "Removing postgresql-9.3"
Expand Down

0 comments on commit 27085f1

Please sign in to comment.