From b29331abd460a4ea64af065a571aeec4f17c0c00 Mon Sep 17 00:00:00 2001 From: Rudranil Date: Sat, 7 Sep 2024 00:48:41 +0530 Subject: [PATCH] trigger build with dev models branch --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index 13bb3890..82d4f958 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 = "ospfv2" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"