Merge "Update build-chart playbook"

This commit is contained in:
Zuul
2020-12-07 22:27:13 +00:00
committed by Gerrit Code Review

View File

@@ -27,7 +27,7 @@
- name: updates the requirements due to the lack of helm serve in helm 3
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:
executable: /bin/bash