Skip to content

Commit 4adc2e2

Browse files
YuvHayunilanilaner
authored andcommitted
graph depedencies test (demisto#24624)
* test * add logs * reverse order * Fix * Fix --------- Co-authored-by: ilan <[email protected]> Co-authored-by: ilaner <[email protected]>
1 parent 47d9b50 commit 4adc2e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/scripts/create_artifacts_graph/create_artifacts.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ def main():
6464

6565
with Neo4jContentGraphInterface() as interface:
6666
content_dto: ContentDTO = interface.marshal_graph(args.marketplace, all_level_dependencies=True)
67-
logger.info("Creating content artifacts zips")
68-
create_zips(content_dto, Path(args.artifacts_output), args.marketplace, args.zip)
6967

7068
logger.info("Creating pack dependencies mapping")
7169
create_dependencies(content_dto, args.bucket_upload, Path(args.dependencies_output))
7270

71+
logger.info("Creating content artifacts zips")
72+
create_zips(content_dto, Path(args.artifacts_output), args.marketplace, args.zip)
73+
7374

7475
if __name__ == "__main__":
7576
main()

0 commit comments

Comments
 (0)