Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions linux/agent_linux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) do ro
end
apt_update_and_upgrade()

@info("Installing buildkite-agent...")
buildkite_install_cmd = """
echo 'deb https://apt.buildkite.com/buildkite-agent stable main' >> /etc/apt/sources.list && \\
curl -sfL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x32A37959C2FA5C3C99EFBC32A79206696452D198" | apt-key add - && \\
apt update && \\
DEBIAN_FRONTEND=noninteractive apt install -y buildkite-agent
"""
my_chroot(buildkite_install_cmd)

@info("Installing yq...")
yq_install_cmd = """
mkdir /tmp-install-yq && \\
Expand All @@ -54,10 +45,6 @@ artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) do ro

apt_update_and_upgrade()

my_chroot("which buildkite-agent")
my_chroot("which -a buildkite-agent")
my_chroot("buildkite-agent --help")

my_chroot("which yq")
my_chroot("which -a yq")
my_chroot("yq --version")
Expand Down
Loading