From dbf971179cc6e333e8de1811a66bfd9a7f37a841 Mon Sep 17 00:00:00 2001 From: Apratim Mukherjee <78898747+apratimmukherjee@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:16:17 +0530 Subject: [PATCH] models="bgp_gr_notification" --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index e088d91e..5bb886a0 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 = "bgp_gr_notification" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"