DDL_VERSION_FROM updated to 3.23 for testing
This commit is contained in:
parent
d7cf2d7ef3
commit
b7eabe9743
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] %(me
|
|||
DATA_ROOT_DIR = os.environ['CLEARING_TEST_DIR']
|
||||
CLR_TEST_DIR = os.environ['CLR_TEST_DIR']
|
||||
RESULT_FILES_DIR = os.environ['RESULT_FILES_DIR']
|
||||
DDL_VERSION_FROM = (3, 18, 0)
|
||||
DDL_VERSION_FROM = (3, 23, 0)
|
||||
|
||||
|
||||
def run_docker(folder_name: str) -> int:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue