This commit is contained in:
subochev 2026-02-19 04:37:27 +03:00
parent a789b5a843
commit b9b0593446

View File

@ -62,10 +62,9 @@ jobs:
shell: bash shell: bash
run: | run: |
pwd pwd
ls -la echo 'Dir: ./helms/devspc/devspace-apiregistry-core-service'
ls -la ./helms
ls -la ./helms/devspc
ls -la ./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 }} 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 sed -i -e 's/9.9.9/${{ github.event.inputs.number }}/g' ./helms/${{ github.event.inputs.repo_path }}/Chart.yaml
echo 'Result Helm Chart:' echo 'Result Helm Chart:'