From bc044431abae281057c4e2b6575562f24d3d007d Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 8 May 2023 15:24:02 -0400 Subject: [PATCH] Fix so that the index.yaml changes are pushed (#1402) --- ansible/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/helm-release.yml b/ansible/helm-release.yml index ef6022ed..685b4c55 100644 --- a/ansible/helm-release.yml +++ b/ansible/helm-release.yml @@ -99,7 +99,7 @@ loop: - git add index.yaml - git commit -m "{{ commit_message }}" - #- git push + - git push args: chdir: "{{ temp_dir.path }}/" environment: