Skip to content

Commit

Permalink
fix: update to zap regen script to ignore chef sample app
Browse files Browse the repository at this point in the history
Change-Id: Ia17baae1a7cca206fd1854928f1b56ca05c0b9e7
  • Loading branch information
rochaferraz committed Apr 5, 2022
1 parent 42ca0d2 commit 2682d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tools/zap_regen_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ def getGlobalTemplatesTargets():
ZAPGenerateTarget(filepath, output_dir=output_dir, template=template))
continue

if example_name == "chef":
continue

logging.info("Found example %s (via %s)" %
(example_name, str(filepath)))

Expand Down

0 comments on commit 2682d93

Please sign in to comment.