Skip to content

Commit 6e91029

Browse files
adding specific repos
Signed-off-by: Sean Simmons <[email protected]>
1 parent 1bef4f0 commit 6e91029

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.expeditor/license_scout.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [[ "${BUILDKITE:-false}" == "true" ]]; then
3131
echo "deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
3232
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
3333
echo "deb http://archive.ubuntu.com/ubuntu focal universe" | tee -a /etc/apt/sources.list.d/ubuntu-universe.list
34+
apt-get update
3435

3536
# Add keys and update
3637
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

scripts/bk_tests/bk_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ echo "deb http://archive.ubuntu.com/ubuntu focal-updates main" | tee -a /etc/apt
4343
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list.d/ubuntu-main.list
4444
echo "deb http://archive.ubuntu.com/ubuntu focal universe" | tee -a /etc/apt/sources.list.d/ubuntu-universe.list
4545

46+
apt-get update
4647
echo "Installing test dependencies"
4748
apt-get install -y lua5.1 luarocks postgresql-13 libsqlite3-dev
4849

0 commit comments

Comments
 (0)