ci: copy theme assets from Docker container

This commit is contained in:
Oliver Davies 2021-12-14 23:28:32 +00:00
parent c898f4da4f
commit 8953de7dbd
5 changed files with 47 additions and 21 deletions

View file

@ -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