From 7b86153881ca2f36506ae7fbdcfc2e2553228edf Mon Sep 17 00:00:00 2001 From: Indrani Bhattacharya <70219648+indraniBh@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:56:13 +0530 Subject: [PATCH] Update model branch --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index e088d91e..916f729a 100644 --- a/do.py +++ b/do.py @@ -37,7 +37,7 @@ # supported values - branch name or None USE_OPENAPIART_BRANCH = None -USE_MODELS_BRANCH = None +USE_MODELS_BRANCH = "dev-checksum" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"