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:'