Skip to content

Commit 7b1900b

Browse files
committed
CI: print AF leader
1 parent c7d92e4 commit 7b1900b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/start_db.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ for a in ${COORDINATORS[*]} ; do
9696
echo "$SCHEME://$a"
9797
echo ""
9898
done
99+
100+
if [ "$STARTER_MODE" == "activefailover" ]; then
101+
LEADER=$("$LOCATION"/find_active_endpoint.sh)
102+
echo "Leader: $SCHEME://$LEADER"
103+
echo ""
104+
fi

0 commit comments

Comments
 (0)