Skip to content

Commit

Permalink
Update do.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apratimmukherjee authored Aug 26, 2024
1 parent da87038 commit 85e1544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

# supported values - local openapiart path or None
USE_OPENAPIART_DIR = None
USE_MODELS_BRANCH = "bgp_gr_notification"
USE_MODELS_DIR = None

# 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"
Expand Down

0 comments on commit 85e1544

Please sign in to comment.