Merge "Update build-chart playbook"
This commit is contained in:
commit
91df918e87
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
- name: updates the requirements due to the lack of helm serve in helm 3
|
- name: updates the requirements due to the lack of helm serve in helm 3
|
||||||
shell: |
|
shell: |
|
||||||
find . -type f -name "requirements.yaml" -exec sed -i "s#http://localhost:8879/charts#https://tarballs.opendev.org/openstack/openstack-helm-infra#g" {} \;
|
find "{{ zuul.project.src_dir }}" -type f -name "requirements.yaml" -exec sed -i "s#http://localhost:8879/charts#https://tarballs.opendev.org/openstack/openstack-helm-infra#g" {} \;
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user