ClickHouse/tests/ci/synchronizer_utils.py
2024-05-03 17:57:44 +02:00

5 lines
112 B
Python

#!/usr/bin/env python
SYNC_BRANCH_PREFIX = "sync-upstream"
SYNC_MASTER_BRANCH = f"{SYNC_BRANCH_PREFIX}/master"