Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Apr 12, 2024
2 parents 20481fb + ff85991 commit b35c2b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ steps:
image: "${IMAGE_UBUNTU_X86_64}"
diskSizeGb: 400
command: |
sudo apt update
sudo apt install -y msitools
sudo apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes msitools
cd x-pack/agentbeat && mage package
env:
SNAPSHOT: true
Expand Down

0 comments on commit b35c2b3

Please sign in to comment.