diff --git a/playbooks/build-chart.yaml b/playbooks/build-chart.yaml index e068468a2..9cd77d294 100644 --- a/playbooks/build-chart.yaml +++ b/playbooks/build-chart.yaml @@ -25,16 +25,8 @@ args: executable: /bin/bash - - name: updates the requirements due to the lack of helm serve in helm 3 - shell: | - 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 - - name: make all make: chdir: "{{ zuul.project.src_dir }}" target: all - params: - TASK: package ...