From c35b36965a44185393c9324f381585d1aa27d1ef Mon Sep 17 00:00:00 2001 From: Rudranil Date: Mon, 24 Jun 2024 19:49:53 +0000 Subject: [PATCH] update models, openapiart branch --- do.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do.py b/do.py index e088d91e..6942b4f4 100644 --- a/do.py +++ b/do.py @@ -36,8 +36,8 @@ USE_MODELS_DIR = None # supported values - branch name or None -USE_OPENAPIART_BRANCH = None -USE_MODELS_BRANCH = None +USE_OPENAPIART_BRANCH = "x-field-random-support" +USE_MODELS_BRANCH = "support-random-udf" OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"