Helm Release: Need to use shell, not command for multi-line (#1280)

This commit is contained in:
Christian Adams
2023-03-08 15:55:30 -05:00
committed by GitHub
parent 6cae8dfa32
commit 03e3b68eeb

View File

@@ -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