Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix condition to exclude the metrics servers (#31000)
Browse files Browse the repository at this point in the history
  • Loading branch information
joedenis01 authored Mar 31, 2023
1 parent eedb92a commit 24f81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source ci/env.sh
#
(
containers=$(docker ps -q)
if [[ $(hostname) != metrics-solana-com && -n $containers ]]; then
if [[ $(hostname) != metrics-main && $(hostname) != metrics-internal && -n $containers ]]; then
echo "+++ Killing stale docker containers"
docker ps

Expand Down

0 comments on commit 24f81be

Please sign in to comment.