Skip to content
Snippets Groups Projects
Verified Commit fbc8b92b authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

force overwrite of a downloaded theme if it already exists (without --force...

force overwrite of a downloaded theme if it already exists (without --force the process is interactive and fails)
parent 74d25adb
No related branches found
No related tags found
1 merge request!135Resolve "Init container error on subsequent deploy with child theme from zip file"
Pipeline #12878 passed with stages
in 45 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment