From c1aa7714e6c9ed5a810d57f2c4dd1413062a7728 Mon Sep 17 00:00:00 2001 From: Richard Mrasek Date: Fri, 12 Jun 2026 09:22:43 +0200 Subject: [PATCH 1/2] fix pipeline --- .gitea/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index d4b6f7c..03a69d0 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -14,7 +14,7 @@ jobs: shell: sh env: REGISTRY: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu - IMAGE_REPO: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/j.r/template-code-location + IMAGE_REPO: gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/dataprovider01/template-code-location K8S_NAMESPACE: dataprovider01 HELM_RELEASE: dataprovider01-dataprovider-orchestration-platform DAGSTER_CHART_VERSION: 0.2.0 @@ -22,7 +22,7 @@ jobs: - name: Checkout repository (shell) run: | REPO_DIR="repo" - REPO_CLONE_URL="https://gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/j.r/template-code-location.git" + REPO_CLONE_URL="https://gitea.dataprovider01.sandbox-cat-dat.simpl-europe.eu/dataprovider01/template-code-location.git" CLONE_USER="${{ secrets.REGISTRY_USERNAME }}" CLONE_PASS="${{ secrets.REGISTRY_PASSWORD }}" REF_NAME="${GITHUB_REF_NAME}" -- 2.49.1 From ae11bc7a106032a36b3adbbbcc96288c8b83c5be Mon Sep 17 00:00:00 2001 From: Jessica Roberts Date: Fri, 12 Jun 2026 07:24:08 +0000 Subject: [PATCH 2/2] Remove job --- src/template_code_location/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template_code_location/repository.py b/src/template_code_location/repository.py index b5e67ae..b801e5e 100644 --- a/src/template_code_location/repository.py +++ b/src/template_code_location/repository.py @@ -6,7 +6,7 @@ from template_code_location.jobs.jobs import data_processing_job defs = Definitions( jobs=[ - data_processing_job + ], sensors=[], resources={"s3": s3_resource.configured({"resource_name": "selfS3"})}, -- 2.49.1