From b9b05934465ffbb4d3fa06467c4213dd0953cd76 Mon Sep 17 00:00:00 2001 From: subochev Date: Thu, 19 Feb 2026 04:37:27 +0300 Subject: [PATCH] init --- .gitea/workflows/build-backend.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-backend.yml b/.gitea/workflows/build-backend.yml index d7c6e23..09ff0c9 100644 --- a/.gitea/workflows/build-backend.yml +++ b/.gitea/workflows/build-backend.yml @@ -62,10 +62,9 @@ jobs: shell: bash run: | pwd - ls -la - ls -la ./helms - ls -la ./helms/devspc + echo 'Dir: ./helms/devspc/devspace-apiregistry-core-service' ls -la ./helms/devspc/devspace-apiregistry-core-service + echo './helms/${{ github.event.inputs.repo_path }}' ls -la ./helms/${{ github.event.inputs.repo_path }} sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml echo 'Result Helm Chart:'