mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Helm Release: Need to use shell, not command for multi-line (#1280)
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
chdir: "{{ playbook_dir }}/../"
|
chdir: "{{ playbook_dir }}/../"
|
||||||
|
|
||||||
- name: Stage and Push commit to gh-pages branch
|
- name: Stage and Push commit to gh-pages branch
|
||||||
command: |
|
shell: |
|
||||||
git add index.yaml
|
git add index.yaml
|
||||||
git commit -m "Updated index.yaml latest release"
|
git commit -m "Updated index.yaml latest release"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user