From 770391518dd94ed42a85ca39bf6486a97bb6f168 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Thu, 2 Oct 2025 13:07:34 +0000 Subject: [PATCH] CI Platform --- otc_metadata/templates/build-html-docs.yaml.j2 | 2 ++ otc_metadata/templates/build-pdf-docs.yaml.j2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/otc_metadata/templates/build-html-docs.yaml.j2 b/otc_metadata/templates/build-html-docs.yaml.j2 index 728c4e3..a1a468d 100644 --- a/otc_metadata/templates/build-html-docs.yaml.j2 +++ b/otc_metadata/templates/build-html-docs.yaml.j2 @@ -37,6 +37,7 @@ jobs: repo: ${{ gitea.repository }} pr_number: ${{ gitea.event.pull_request.number }} run_id: ${{ gitea.run_id }} + ci_platform: gitea {%- endraw %} {%- elif environment == 'public' %} {% raw -%} @@ -51,5 +52,6 @@ jobs: repo: ${{ github.repository }} pr_number: ${{ github.event.pull_request.number }} run_id: ${{ github.run_id }} + ci_platform: github {%- endraw %} {%- endif %} \ No newline at end of file diff --git a/otc_metadata/templates/build-pdf-docs.yaml.j2 b/otc_metadata/templates/build-pdf-docs.yaml.j2 index b683e56..7aa3f1a 100644 --- a/otc_metadata/templates/build-pdf-docs.yaml.j2 +++ b/otc_metadata/templates/build-pdf-docs.yaml.j2 @@ -37,6 +37,7 @@ jobs: repo: ${{ gitea.repository }} pr_number: ${{ gitea.event.pull_request.number }} run_id: ${{ gitea.run_id }} + ci_platform: gitea {%- endraw %} {%- elif environment == 'public' %} {% raw -%} @@ -51,5 +52,6 @@ jobs: repo: ${{ github.repository }} pr_number: ${{ github.event.pull_request.number }} run_id: ${{ github.run_id }} + ci_platform: github {%- endraw %} {%- endif %} \ No newline at end of file