From 41bcdfcc160cc81b836a8b1b9e7adab5b84eb60f Mon Sep 17 00:00:00 2001 From: Apratim Mukherjee <78898747+apratimmukherjee@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:14:39 +0530 Subject: [PATCH] USE_MODELS_BRANCH = "isis_st" --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index 13bb3890..f7525d24 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 = "isis_st" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"