From 253195603d1047cd58c2b64eab6f3d47ca57a976 Mon Sep 17 00:00:00 2001 From: Indrani Bhattacharya <70219648+indraniBh@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:56:35 +0530 Subject: [PATCH] Update do.py with model branch name --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index 13bb3890..692043b6 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 = "cpdp-convergence" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"