ClickHouse/tests/ci/synchronizer_utils.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
112 B
Python
Raw Normal View History

2024-05-03 15:45:39 +00:00
#!/usr/bin/env python
SYNC_BRANCH_PREFIX = "sync-upstream"
SYNC_MASTER_BRANCH = f"{SYNC_BRANCH_PREFIX}/master"