Compare commits

..

4 Commits

Author SHA1 Message Date
80c1f55034 release function graph in public
All checks were successful
gl/check check status: success (80c1f5503470a7272450a8cb1d0f9c089cee9599)
gl/gate gate status: success (80c1f5503470a7272450a8cb1d0f9c089cee9599)
2024-04-08 13:05:13 +00:00
be8fad03bc removed environment: internal for ocr
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-committed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
2024-04-02 15:25:26 +00:00
92bf54ed0b make blueprints internal in AC
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>
2024-03-08 09:57:21 +00:00
842a30fe3d fix public only service left out in metadata.yaml
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>
2024-03-08 09:57:11 +00:00
8 changed files with 9 additions and 13 deletions

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source

View File

@ -1,6 +1,5 @@
---
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,6 +1,5 @@
---
hc_location: usermanual/functiongraph
environment: internal
html_location: docs/fg/umn
link: /function-graph/umn/
pdf_name: fg-umn

View File

@ -1,6 +1,5 @@
---
hc_location: api/ocr
environment: internal
html_location: docs/ocr/api-ref
link: /optical-character-recognition/api-ref/
pdf_name: ocr-api-ref

View File

@ -1,6 +1,5 @@
---
hc_location: usermanual/ocr
environment: internal
html_location: docs/ocr/umn
link: /optical-character-recognition/umn/
pdf_name: ocr-umn

View File

@ -1,5 +1,5 @@
---
environment: internal
environment: public
repositories:
- environment: internal
repo: docs/function-graph

View File

@ -1,5 +1,5 @@
---
environment: internal
environment: public
repositories:
- environment: internal
repo: docs/optical-character-recognition

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(