Skip to content

Commit 5dc2abe

Browse files
committed
Install aptly when running directly in agent
1 parent 1ee84a0 commit 5dc2abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/scripts/run-test-executive-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export DEBIAN_FRONTEND=noninteractive
4040
rm -f /etc/apt/sources.list.d/hashicorp.list
4141

4242
apt-get update
43-
apt-get install -y git apt-transport-https ca-certificates tzdata curl
43+
apt-get install -y git apt-transport-https ca-certificates aptly tzdata curl
4444

4545
TESTNET_NAME="berkeley"
4646

0 commit comments

Comments
 (0)