Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Jan 7, 2025
1 parent c2c94d2 commit e89fd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/packaging/verify-deb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail

# Install tempo and check it's running
dpkg -i ./tempo_*_linux_arm64.deb
dpkg -i ./tempo_*_linux_amd64.deb
[ "\$(systemctl is-active tempo)" = "active" ] || (echo "tempo is inactive" && exit 1)

# Wait for tempo to be ready.
Expand Down
2 changes: 1 addition & 1 deletion tools/packaging/verify-rpm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euxo pipefail
rpm --import https://packages.grafana.com/gpg.key

# Install tempo and check it's running
rpm -i ./tempo_*_linux_arm64.rpm
rpm -i ./tempo_*_linux_amd64.rpm
[ "\$(systemctl is-active tempo)" = "active" ] || (echo "tempo is inactive" && exit 1)

# Wait for tempo to be ready.
Expand Down

0 comments on commit e89fd56

Please sign in to comment.