Skip to content

Commit

Permalink
clean prometheus tar
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Jan 14, 2025
1 parent 21faf6a commit 93cabc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ install_promtool() {
mkdir prometheus
tar -xzf prometheus.tar.gz -C prometheus --strip-components=1
chmod +x ./prometheus/promtool && mv ./prometheus/promtool ${bin_dir}/promtool
rm -rf prometheus
rm prometheus.tar.gz
fi
}

Expand Down

0 comments on commit 93cabc5

Please sign in to comment.