Skip to content

Commit ba19a6a

Browse files
author
Patrick Bareiss
committed
Remove SSA specific code
1 parent 58c5cbc commit ba19a6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contentctl/actions/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ def execute(self, input_dto: BuildInputDto) -> DirectorOutputDto:
8484
json.dump(version_dict,version_f)
8585

8686
print(f"Build of '{input_dto.config.app.title}' API successful to {input_dto.config.getAPIPath()}")
87+
88+
return input_dto.director_output_dto

0 commit comments

Comments
 (0)