commit da81705a47f81a57d1e6eb8ed192408571943c94 Author: Tin Lam Date: Mon Oct 19 11:14:31 2020 -0500 fix(post): fixes publish job This fixes a typo of the publish job. Change-Id: I077feb29a8764a0b3031b34b462779c911baaee3 Signed-off-by: Tin Lam diff --git a/playbooks/publish/post.yaml b/playbooks/publish/post.yaml index 6e322fd..f76b2b1 100644 --- a/playbooks/publish/post.yaml +++ b/playbooks/publish/post.yaml @@ -34,7 +34,6 @@ - name: Update the HTK dependencies shell: | sed -i 's#file://../helm-toolkit#https://tarballs.opendev.org/openstack/openstack-helm-infra#g' index.yaml - chdir: args: executable: /bin/bash chdir: "{{ zuul.project.src_dir }}"