Skip to content

Commit

Permalink
Helm Release: Need to use shell, not command for multi-line (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist authored Mar 8, 2023
1 parent 6cae8df commit 03e3b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
chdir: "{{ playbook_dir }}/../"

- name: Stage and Push commit to gh-pages branch
command: |
shell: |
git add index.yaml
git commit -m "Updated index.yaml latest release"
git push
Expand Down

0 comments on commit 03e3b68

Please sign in to comment.