release function graph in public
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-authored-by: tischrei <tino.schreiber@t-systems.com> Co-committed-by: tischrei <tino.schreiber@t-systems.com>
This commit is contained in:
@ -95,12 +95,12 @@ def process_repositories(args, service):
|
||||
f"due to the doc-type filter."
|
||||
)
|
||||
continue
|
||||
if doc.get("environment"):
|
||||
logging.info(
|
||||
f"Skipping synchronizing {doc['title']} "
|
||||
f"since it is environment bound."
|
||||
)
|
||||
continue
|
||||
# if doc.get("environment"):
|
||||
# logging.info(
|
||||
# f"Skipping synchronizing {doc['title']} "
|
||||
# f"since it is environment bound."
|
||||
# )
|
||||
# continue
|
||||
|
||||
branch_name = f"{args.branch_name}#{doc['type']}"
|
||||
remote_ref = SymbolicReference.create(
|
||||
|
Reference in New Issue
Block a user