Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuvHayun committed Mar 6, 2024
1 parent 943866c commit 44251e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demisto_sdk/commands/content_graph/commands/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def update_content_graph(
logger.info("[test] passed the not should_update_graph part.")

if os.getenv("DEMISTO_SDK_GRAPH_FORCE_CREATE"):
logger.info(os.getenv("DEMISTO_SDK_GRAPH_FORCE_CREATE"))
logger.info("DEMISTO_SDK_GRAPH_FORCE_CREATE is set. Will create a new graph")
create_content_graph(
content_graph_interface, marketplace, dependencies, output_path
Expand Down

0 comments on commit 44251e6

Please sign in to comment.