Skip to content

Commit

Permalink
Fix ruby e2e script cleanup to cover macos node socket definition (#4960
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino authored Jan 31, 2025
2 parents 1094f86 + 0ba6a15 commit 40e856f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/buildkite/main/ruby-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ rake "run_on[preprod,sync,true]" # SPEC_OPTS="-e '<match>'"
# Cleanup
####################

rm "$node_socket"
rm -rf "$TESTS_E2E_BINDIR"
rm -rf "$node_socket"
rm -rf "$TESTS_E2E_BINDIR"

0 comments on commit 40e856f

Please sign in to comment.