Compare commits

..

1 Commits

Author SHA1 Message Date
f3a340a7ca changing the team as fg is now in PAAS
All checks were successful
gl/check check status: success (f3a340a7ca0a6a19e721e3bedf1fcfc8a9bba08b)
gl/gate gate status: success (f3a340a7ca0a6a19e721e3bedf1fcfc8a9bba08b)
2024-04-04 11:53:20 +00:00
4 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,6 @@
---
hc_location: api/functiongraph
environment: internal
html_location: docs/fg/api-ref
link: /function-graph/api-ref/
pdf_name: fg-api-ref

View File

@ -1,5 +1,6 @@
---
hc_location: usermanual/functiongraph
environment: internal
html_location: docs/fg/umn
link: /function-graph/umn/
pdf_name: fg-umn

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/function-graph
@ -12,5 +12,5 @@ service_title: FunctionGraph
service_type: fg
service_uri: function-graph
teams:
- name: docs-container-rw
- name: docs-orchestration-rw
permission: write

View File

@ -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(