Skip to content
Snippets Groups Projects

Resolve "Init container error on subsequent deploy with child theme from zip file"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -124,7 +124,7 @@
# Themes
- name: Themes install
shell: wp {{ cli_args }} theme install {{ item }}
shell: wp {{ cli_args }} theme install --force {{ item }}
loop: "{{ WP_THEMES_INSTALL }}"
# Plugins
Loading