ci: copy theme assets from Docker container
This commit is contained in:
parent
c898f4da4f
commit
8953de7dbd
5 changed files with 47 additions and 21 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
- include: ../includes/build-theme-assets.yml
|
||||
|
||||
- name: Install Composer dependencies
|
||||
composer:
|
||||
command: install
|
||||
|
@ -34,5 +36,3 @@
|
|||
chdir={{ release_web_path }}
|
||||
register: config_import_result
|
||||
changed_when: "'There are no changes to import' not in config_import_result.stderr"
|
||||
|
||||
- include: ../includes/build-theme-assets.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue