Skip to content

Commit 54a5923

Browse files
committed
Buildkite/test-executive: remove reference to hashicorp
And inline and gather `apt-get install` commands
1 parent ead1104 commit 54a5923

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ fi
3737
# Don't prompt for answers during apt-get install
3838
export DEBIAN_FRONTEND=noninteractive
3939

40-
rm -f /etc/apt/sources.list.d/hashicorp.list
41-
4240
apt-get update
43-
apt-get install -y git apt-transport-https ca-certificates aptly tzdata curl
41+
apt-get install -y git \
42+
apt-transport-https \
43+
aptly \
44+
ca-certificates \
45+
curl \
46+
docker \
47+
docker-compose-plugin \
48+
docker-ce \
49+
tzdata
4450

4551
git config --global --add safe.directory /workdir
4652

47-
echo "deb [trusted=yes] https://apt.releases.hashicorp.com $MINA_DEB_CODENAME main" | tee /etc/apt/sources.list.d/hashicorp.list
48-
apt-get update
49-
apt-get install -y "docker" "docker-compose-plugin" "docker-ce"
5053

5154
source buildkite/scripts/debian/install.sh "mina-test-executive"
5255

0 commit comments

Comments
 (0)