Skip to content

Commit

Permalink
[BUG] unstick CI
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers authored Feb 28, 2024
1 parent 81ec2f4 commit ed7d8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cluster-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ echo "Chroma Coordinator is running at port $CHROMA_COORDINATOR_HOST"
kubectl -n chroma port-forward svc/coordinator 50051:50051 &
kubectl -n chroma port-forward svc/pulsar 6650:6650 &
kubectl -n chroma port-forward svc/pulsar 8080:8080 &
kubectl -n chroma port-forward svc/server 8000:8000 &
kubectl -n chroma port-forward svc/frontend-server 8000:8000 &

"$@"

0 comments on commit ed7d8f8

Please sign in to comment.